Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 3.17.0
-
None
-
None
Description
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:
[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)