]> granicus.if.org Git - postgis/commitdiff
Don't run online test for GEOS 3.5+ feature, closes #3529
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 13 Apr 2016 15:57:26 +0000 (15:57 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 13 Apr 2016 15:57:26 +0000 (15:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14838 b70326c6-7e19-0410-871a-916f4a2858ee

regress/tickets.sql
regress/tickets_expected

index ca1b9b97a428b0aaef1fefb584b941e494b225b7..1ad78ddf8dbc222c5480ca249e699d13521544ea 100644 (file)
@@ -952,8 +952,8 @@ SELECT '#3437d' AS t, count(*) FROM mp INNER JOIN p ON ST_Covers(mp.geom, p.geom
 UNION ALL
 SELECT '#3437e' AS t, count(*) FROM mp INNER JOIN p ON ST_Within(p.geom, mp.geom);
 
-
-SELECT '#3522', ST_AsText(ST_Subdivide(ST_GeomFromText('POINT(1 1)',4326),10));
+-- GEOS 3.5+ only
+-- SELECT '#3522', ST_AsText(ST_Subdivide(ST_GeomFromText('POINT(1 1)',4326),10));
 
 -- Clean up
 DELETE FROM spatial_ref_sys;
index ed09b920281a8aa177ce579a7be8d57953bba5f3..1326c0c65a1eede25a0f4225f67e69203e1b31e8 100644 (file)
@@ -288,4 +288,3 @@ ERROR:  invalid KML representation
 #3437c|5
 #3437d|5
 #3437e|5
-#3522|POINT(1 1)