# HG changeset patch # User Babis Nikolaou # Date 1411302578 -10800 # Node ID 7273dbf377f711f71dcb8023104752ddcc9da895 # Parent 12150a74ca6a378949589e53c9262b252a77b6cd corrected output for test that was checking computation of boundary; now that grounded expressions are evaluated using JTS, the boundary of the polygon [Polygon((0 0, 1 0, 1 1, 0 1, 0 0))] is not a Linestring any more as PostGIS was computing (in the wrong way), but LinearRing! diff -r 12150a74ca6a -r 7273dbf377f7 testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/BoundaryWithConstantTest.srx --- a/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/BoundaryWithConstantTest.srx Sun Sep 21 14:40:45 2014 +0300 +++ b/testsuite/src/test/resources/stSPARQL/SpatialAnalysisFunctionsTest/BoundaryWithConstantTest.srx Sun Sep 21 15:29:38 2014 +0300 @@ -6,7 +6,7 @@ - LINESTRING (0 0, 1 0, 1 1, 0 1, 0 0);http://www.opengis.net/def/crs/EPSG/0/2100 + LINEARRING (0 0, 1 0, 1 1, 0 1, 0 0);http://www.opengis.net/def/crs/EPSG/0/2100