This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git


    from 52303614bb Merge of automatic reorganization of imports order.
     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.
     new dd9c40499b Merge branch 'geoapi-4.0' into geoapi-3.1

The 1 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 +-
 .../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 +-
 .../test/org/apache/sis/io/wkt/CRSParserTest.java  | 11 +++++
 .../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, 145 insertions(+), 51 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/EPSGDependentTestCase.java

Reply via email to