We're now warning if using GEOS < 3.5.0 so it should be ok to fail
a test with an older GEOS.
git-svn-id: http://svn.osgeo.org/postgis/trunk@14572
b70326c6-7e19-0410-871a-
916f4a2858ee
));
-- Node a self-intersecting line
--- NOTE: requires GEOS 3.3.2 which is still unreleased at time of writing
--- see http://trac.osgeo.org/geos/ticket/482
---select st_node('SRID=10;LINESTRING(0 0, 10 10, 0 10, 10 0)');
+-- NOTE: requires GEOS 3.3.2
+-- See http://trac.osgeo.org/geos/ticket/482
+select 't3', st_asewkt(st_node(
+'SRID=10;LINESTRING(0 0, 10 10, 0 10, 10 0)'
+));
t1|SRID=10;MULTILINESTRING((0 0,5 0),(5 -5,5 0),(5 0,10 0),(5 0,5 5))
t2|SRID=10;MULTILINESTRING((0 0,8 0),(8 0,10 0,15 0,20 0),(20 0,25 0))
+t3|SRID=10;MULTILINESTRING((0 0,5 5),(5 5,10 10,0 10,5 5),(5 5,10 0))