# HG changeset patch # User Babis Nikolaou # Date 1411380738 -10800 # Node ID 8dc244d8f18a71df0c89ba3da4bd43b49e4a90ab # Parent 137486888a68eedeb82ef2effd513f4832b7457d corrected some tests that were expecting the default SRID (4326) for WKT literals; from now, we do not include such URI, since this is the default and is assumed diff -r 137486888a68 -r 8dc244d8f18a testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/EnvelopeTest.srx --- a/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/EnvelopeTest.srx Mon Sep 22 12:53:55 2014 +0300 +++ b/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/EnvelopeTest.srx Mon Sep 22 13:12:18 2014 +0300 @@ -6,7 +6,7 @@ - POLYGON ((0 0, 0 1, 1 1, 1 0, 0 0));http://www.opengis.net/def/crs/EPSG/0/4326 + POLYGON ((0 0, 0 1, 1 1, 1 0, 0 0)) diff -r 137486888a68 -r 8dc244d8f18a testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/SymDifferenceTest.srx --- a/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/SymDifferenceTest.srx Mon Sep 22 12:53:55 2014 +0300 +++ b/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/SymDifferenceTest.srx Mon Sep 22 13:12:18 2014 +0300 @@ -6,7 +6,7 @@ - MULTIPOLYGON (((2 1, 2 0, 0 0, 0 2, 1 2, 1 1, 2 1)), ((2 1, 2 2, 3 2, 3 1, 2 1)));http://www.opengis.net/def/crs/EPSG/0/4326 + MULTIPOLYGON (((2 1, 2 0, 0 0, 0 2, 1 2, 1 1, 2 1)), ((2 1, 2 2, 3 2, 3 1, 2 1)))