Strabon
diff testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/SymDifferenceTest.srx @ 1412:8dc244d8f18a
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
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Mon Sep 22 13:12:18 2014 +0300 (2014-09-22) |
parents | b0b702ec95b4 |
children |
line diff
1.1 --- a/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/SymDifferenceTest.srx Thu Aug 01 15:33:10 2013 +0300 1.2 +++ b/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/SymDifferenceTest.srx Mon Sep 22 13:12:18 2014 +0300 1.3 @@ -6,7 +6,7 @@ 1.4 <results> 1.5 <result> 1.6 <binding name='symDifference'> 1.7 - <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>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</literal> 1.8 + <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>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)))</literal> 1.9 </binding> 1.10 </result> 1.11 </results>