This is an automated email from the ASF dual-hosted git repository.
alexismanin pushed a change to branch fix/geotiff-flaky-test
in repository https://gitbox.apache.org/repos/asf/sis.git
from ad33ef9dd7 chore(Feature): add a test to verify that image
reformatting properly retile given image.
add e77f5d00a1 chore(Storage): fix javadoc formatting of a Geotiff unit
test
add 911f46d11d refactor(Storage): force future inheritors of
SampleDimension class to override equals through LenientComparable interface
add 65cb2c7145 feat+fix(Feature): fix SampleDimension lenient comparison
by making its subcomponents lenient comparable as well
No new revisions were added by this update.
Summary of changes:
.../main/org/apache/sis/coverage/Category.java | 57 ++++++----
.../main/org/apache/sis/coverage/CategoryList.java | 34 ++++--
.../org/apache/sis/coverage/SampleDimension.java | 34 +++---
.../org/apache/sis/coverage/CategoryListTest.java | 113 +++++++++++++++++++
.../test/org/apache/sis/coverage/CategoryTest.java | 105 ++++++++++++++++++
.../apache/sis/coverage/SampleDimensionTest.java | 122 +++++++++++++++++++++
.../sis/storage/geotiff/GeoTiffStoreTest.java | 6 +-
.../org/apache/sis/measure/MeasurementRange.java | 7 +-
.../main/org/apache/sis/measure/Range.java | 59 +++++++---
9 files changed, 470 insertions(+), 67 deletions(-)