]> granicus.if.org Git - postgis/commitdiff
Comment out old pointonsurface test, as newer versions
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 22 Feb 2019 18:10:46 +0000 (18:10 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 22 Feb 2019 18:10:46 +0000 (18:10 +0000)
of GEOS will no longer throw the expected exception.
History marches on.
References #4103

git-svn-id: http://svn.osgeo.org/postgis/trunk@17273 b70326c6-7e19-0410-871a-916f4a2858ee

regress/core/tickets.sql
regress/core/tickets_expected

index 7be3b165f7bdfe5f7cd429ae850cf473e9a6f6e5..72b4ae935f81583dfd087ab04fac985e807e120b 100644 (file)
@@ -1092,7 +1092,7 @@ SELECT '#4055b', ST_SRID(unnest(ST_ClusterIntersecting(ARRAY['SRID=4326;POINT (3
 --#4089
 select '#4089', st_astext(st_geomfromtwkb(st_AsTWKB(st_GeometryFromText('LINESTRING Z(1 1 1, 3 3 1)'), 1, 0, 0, false, true)));
 
-select '#4103', ST_Intersects(ST_PointOnSurface('0103000020110F0000010000000A000000000000C41E644741000000EEA2A75A41000000F420644741000000629EA75A410000007A2D644741000000E49FA75A41000000C02E644741000000409DA75A41000000286A64474100000064A4A75A410000007867644741000000FAA9A75A41000000E82B644741000000D2A2A75A41000000222D64474100000046A0A75A41000000242B6447410000006CA4A75A41000000C41E644741000000EEA2A75A41'::geometry), '0103000020110F0000010000000A000000000000C41E644741000000EEA2A75A41000000F420644741000000629EA75A410000007A2D644741000000E49FA75A41000000C02E644741000000409DA75A41000000286A64474100000064A4A75A410000007867644741000000FAA9A75A41000000E82B644741000000D2A2A75A41000000222D64474100000046A0A75A41000000242B6447410000006CA4A75A41000000C41E644741000000EEA2A75A41'::geometry);
+--select '#4103', ST_Intersects(ST_PointOnSurface('0103000020110F0000010000000A000000000000C41E644741000000EEA2A75A41000000F420644741000000629EA75A410000007A2D644741000000E49FA75A41000000C02E644741000000409DA75A41000000286A64474100000064A4A75A410000007867644741000000FAA9A75A41000000E82B644741000000D2A2A75A41000000222D64474100000046A0A75A41000000242B6447410000006CA4A75A41000000C41E644741000000EEA2A75A41'::geometry), '0103000020110F0000010000000A000000000000C41E644741000000EEA2A75A41000000F420644741000000629EA75A410000007A2D644741000000E49FA75A41000000C02E644741000000409DA75A41000000286A64474100000064A4A75A410000007867644741000000FAA9A75A41000000E82B644741000000D2A2A75A41000000222D64474100000046A0A75A41000000242B6447410000006CA4A75A41000000C41E644741000000EEA2A75A41'::geometry);
 
 -- #4081
 select '#4081',
index fe833bbb3155f89f235444c452823210be6038a1..8d887a981ad6b97cd2f88f695447c3f49a87ceae 100644 (file)
@@ -336,7 +336,6 @@ ERROR:  lwgeom_union: GEOS Error: TopologyException: Input geom 0 is invalid: Se
 #4055a|4326
 #4055b|4326
 #4089|LINESTRING Z (1 1 1,3 3 1)
-ERROR:  lwgeom_pointonsurface: GEOS Error: TopologyException: Input geom 1 is invalid: Self-intersection
 #4081|f|t
 NOTICE:  table "bug_4144_table" does not exist, skipping
 #4299|t