Strabon

diff testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/UnionTest.srx @ 1424:c8cc4daeeafa

corrected tests that were expecting a WKT in 4326 to contain also the URI of the CRS; we do not include this anymore, if the CRS is the default for that datatype
author Babis Nikolaou <charnik@di.uoa.gr>
date Tue Sep 23 14:36:26 2014 +0300 (2014-09-23)
parents b0b702ec95b4
children
line diff
     1.1 --- a/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/UnionTest.srx	Thu Aug 01 15:33:10 2013 +0300
     1.2 +++ b/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/UnionTest.srx	Tue Sep 23 14:36:26 2014 +0300
     1.3 @@ -6,7 +6,7 @@
     1.4  	<results>
     1.5  		<result>
     1.6  			<binding name='union'>
     1.7 -				<literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>MULTIPOLYGON (((1 1, 1 0, 0 0, 0 1, 1 1)), ((1 1, 1 2, 3 2, 3 1, 1 1)));http://www.opengis.net/def/crs/EPSG/0/4326</literal>
     1.8 +				<literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>MULTIPOLYGON (((1 1, 1 0, 0 0, 0 1, 1 1)), ((1 1, 1 2, 3 2, 3 1, 1 1)))</literal>
     1.9  			</binding>
    1.10  		</result>
    1.11  	</results>