This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from caf0bb3727 Cleanup the identification of slow tests. new 3f8d19d715 Let JUnit manage temporary directories. new 86578a47d9 Documentation updates. new cd7680c97a JTS envelope may be empty, for example when created from a multi-polygon containing 0 polygon. new dee3118b74 Fix an exception when the amount of bytes to read from S3 or HTTP file exceed the buffer capacity. new d3da88c0dd Allow to enable extensive tests using environment variable instead of system properties. It appears that system properties were not propagated to the tests when running with Gradle. Fixed another "JUnit 4 to JUnit 5" migration mistake which appeared with extensive tests. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/sis/geometry/wrapper/jts/Wrapper.java | 13 ++- .../test/org/apache/sis/image/ImageTestCase.java | 9 +-- .../sis/referencing/GeodeticCalculatorTest.java | 4 +- .../referencing/factory/sql/EPSGInstallerTest.java | 4 + .../sis/test/integration/ConsistencyTest.java | 2 +- .../org/apache/sis/test/widget/VisualCheck.java | 8 -- .../apache/sis/io/stream/FileCacheByteChannel.java | 18 +++-- .../sis/storage/image/WorldFileStoreTest.java | 93 ++++++++++------------ .../test/org/apache/sis/test/LoggingWatcher.java | 20 ++--- .../test/org/apache/sis/test/TestCase.java | 85 ++++++++++++++------ .../org/apache/sis/test/TestConfiguration.java | 19 +++++ .../test/org/apache/sis/test/TestStep.java | 12 +-- .../test/org/apache/sis/test/package-info.java | 25 ++++-- .../sis/storage/shapefile/ShapefileStoreTest.java | 33 ++------ 14 files changed, 192 insertions(+), 153 deletions(-)