You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2020/11/11 22:33:00 UTC

[jira] [Created] (JENA-1996) Updating org.apache.sis from 0.8 to 1.0 causes jena-geosparql test failure

Andy Seaborne created JENA-1996:
-----------------------------------

             Summary: Updating org.apache.sis from 0.8 to 1.0 causes jena-geosparql test failure
                 Key: JENA-1996
                 URL: https://issues.apache.org/jira/browse/JENA-1996
             Project: Apache Jena
          Issue Type: Bug
    Affects Versions: Jena 3.17.0
            Reporter: Andy Seaborne


After the recent dependabot updates:

jts-core 1.16.1 to 1.17.1 works.
sis from 0.8 to 1.0 causes a test failure.

org.apache.sis.core:sis-referencing-data:1.0 (scope test)
org.apache.sis.non-free:sis-embedded-data:1.0 (scope test)
 
With version 1.0:

{noformat}
[INFO] Running org.apache.jena.geosparql.implementation.registry.SRSRegistryTest
[ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.019 s <<< FAILURE! - in org.apache.jena.geosparql.implementation.registry.SRSRegistryTest
[ERROR] testGetDefaultWKTCRS(org.apache.jena.geosparql.implementation.registry.SRSRegistryTest)  Time elapsed: 0.018 s  <<< FAILURE!
org.junit.ComparisonFailure: expected:<...CRS", 84, CITATION["[OGC:]WMS"], URI["urn:ogc:...> but was:<...CRS", 84, CITATION["[]WMS"], URI["urn:ogc:...>
	at org.apache.jena.geosparql.implementation.registry.SRSRegistryTest.testGetDefaultWKTCRS(SRSRegistryTest.java:94)
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)