[postgis-tickets] r14838 - Don't run online test for GEOS 3.5+ feature, closes #3529
Paul Ramsey
pramsey at cleverelephant.ca
Wed Apr 13 08:57:26 PDT 2016
Author: pramsey
Date: 2016-04-13 08:57:26 -0700 (Wed, 13 Apr 2016)
New Revision: 14838
Modified:
trunk/regress/tickets.sql
trunk/regress/tickets_expected
Log:
Don't run online test for GEOS 3.5+ feature, closes #3529
Modified: trunk/regress/tickets.sql
===================================================================
--- trunk/regress/tickets.sql 2016-04-13 15:57:03 UTC (rev 14837)
+++ trunk/regress/tickets.sql 2016-04-13 15:57:26 UTC (rev 14838)
@@ -952,8 +952,8 @@
UNION ALL
SELECT '#3437e' AS t, count(*) FROM mp INNER JOIN p ON ST_Within(p.geom, mp.geom);
+-- GEOS 3.5+ only
+-- SELECT '#3522', ST_AsText(ST_Subdivide(ST_GeomFromText('POINT(1 1)',4326),10));
-SELECT '#3522', ST_AsText(ST_Subdivide(ST_GeomFromText('POINT(1 1)',4326),10));
-
-- Clean up
DELETE FROM spatial_ref_sys;
Modified: trunk/regress/tickets_expected
===================================================================
--- trunk/regress/tickets_expected 2016-04-13 15:57:03 UTC (rev 14837)
+++ trunk/regress/tickets_expected 2016-04-13 15:57:26 UTC (rev 14838)
@@ -288,4 +288,3 @@
#3437c|5
#3437d|5
#3437e|5
-#3522|POINT(1 1)
More information about the postgis-tickets
mailing list