This is an automated email from the ASF dual-hosted git repository.
desruisseaux pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sis.git
from cec9c38ae6 Merge of automatic reorganization of imports order.
new 71742e2009 Make a test more tolerant to the lower/upper case of
CodeList name. This is needed on the main branch only because other branches
use pre-defined constants.
add 30a4a3568c Fix minor errors identified during the merge.
add 0d9f40a5a4 Try to reduce the amount of warnings by checking if the
EPSG database is present before to execute tests that may require it. The same
messages was sometime logged many times because of race conditions when many
tests are executed in parallel. It was causing not only log pollution, but also
random test failures for some tests that verify the logs.
add dd9c40499b Merge branch 'geoapi-4.0' into geoapi-3.1
new 7f0548fd16 Merge branch 'geoapi-3.1'. This commit tries to fix a build
failure on the CI when the EPSG dataset is not present.
The 2 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:
.../sis/buildtools/coding/ReorganizeImports.java | 4 +-
.../metadata/iso/citation/DefaultCitationTest.java | 18 ++++++--
.../sis/referencing/internal/EPSGFactoryProxy.java | 2 +
.../apache/sis/geometry/AbstractEnvelopeTest.java | 4 +-
.../apache/sis/geometry/CoordinateFormatTest.java | 52 +++++++++++-----------
.../org/apache/sis/geometry/EnvelopesTest.java | 11 +++++
.../sis/geometry/GeneralDirectPositionTest.java | 4 +-
.../apache/sis/geometry/GeneralEnvelopeTest.java | 4 +-
.../apache/sis/geometry/ImmutableEnvelopeTest.java | 6 +--
.../org/apache/sis/geometry/TransformTestCase.java | 4 +-
.../org/apache/sis/io/wkt/ComparisonWithEPSG.java | 4 +-
.../sis/io/wkt/GeodeticObjectParserTest.java | 4 +-
.../org/apache/sis/io/wkt/WKTDictionaryTest.java | 4 +-
.../test/org/apache/sis/io/wkt/WKTFormatTest.java | 4 +-
.../sis/referencing/AuthorityFactoriesTest.java | 10 +++++
.../test/org/apache/sis/referencing/CRSTest.java | 10 +++++
.../org/apache/sis/referencing/CommonCRSTest.java | 3 +-
.../sis/referencing/EPSGDependentTestCase.java | 52 ++++++++++++++++++++++
.../sis/referencing/StandardDefinitionsTest.java | 3 +-
19 files changed, 149 insertions(+), 54 deletions(-)
create mode 100644
endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/EPSGDependentTestCase.java