Strabon
changeset 1405:a6c9a40bef08
corrected a test output for getSRID that was set to returning integers (84000) instead of URIs
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Sun Sep 21 00:05:40 2014 +0300 (2014-09-21) |
parents | 1b3558b9e2e8 |
children | 53c61cf49ed2 |
files | testsuite/src/test/resources/geoSPARQL/GeometryLiteralsTest/DefaultCRS.srx |
line diff
1.1 --- a/testsuite/src/test/resources/geoSPARQL/GeometryLiteralsTest/DefaultCRS.srx Sun Sep 21 00:02:12 2014 +0300 1.2 +++ b/testsuite/src/test/resources/geoSPARQL/GeometryLiteralsTest/DefaultCRS.srx Sun Sep 21 00:05:40 2014 +0300 1.3 @@ -6,7 +6,7 @@ 1.4 <results> 1.5 <result> 1.6 <binding name='srid'> 1.7 - <literal datatype='http://www.w3.org/2001/XMLSchema#int'>84000</literal> 1.8 + <uri>http://www.opengis.net/def/crs/OGC/1.3/CRS84</uri> 1.9 </binding> 1.10 </result> 1.11 </results>