From: Paul Ramsey Date: Wed, 13 Apr 2016 15:57:26 +0000 (+0000) Subject: Don't run online test for GEOS 3.5+ feature, closes #3529 X-Git-Tag: 2.3.0beta1~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84bcf4affb0de14ddbcef363c2191d6ec7081336;p=postgis Don't run online test for GEOS 3.5+ feature, closes #3529 git-svn-id: http://svn.osgeo.org/postgis/trunk@14838 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/tickets.sql b/regress/tickets.sql index ca1b9b97a..1ad78ddf8 100644 --- a/regress/tickets.sql +++ b/regress/tickets.sql @@ -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; diff --git a/regress/tickets_expected b/regress/tickets_expected index ed09b9202..1326c0c65 100644 --- a/regress/tickets_expected +++ b/regress/tickets_expected @@ -288,4 +288,3 @@ ERROR: invalid KML representation #3437c|5 #3437d|5 #3437e|5 -#3522|POINT(1 1)