[postgis-tickets] r15368 - revise ST_Subdivide regress to use ticket instead of github pull request
Regina Obe
lr at pcorp.us
Tue Apr 25 01:20:12 PDT 2017
Author: robe
Date: 2017-04-25 01:20:11 -0700 (Tue, 25 Apr 2017)
New Revision: 15368
Modified:
branches/2.3/regress/subdivide.sql
branches/2.3/regress/subdivide_expected
Log:
revise ST_Subdivide regress to use ticket instead of github pull request
References #3744 for PostGIS 2.3
Modified: branches/2.3/regress/subdivide.sql
===================================================================
--- branches/2.3/regress/subdivide.sql 2017-04-25 07:08:59 UTC (rev 15367)
+++ branches/2.3/regress/subdivide.sql 2017-04-25 08:20:11 UTC (rev 15368)
@@ -36,7 +36,7 @@
)
) as geom
)
-select 'https://github.com/postgis/postgis/pull/127', ST_Area(ST_Simplify(ST_Union(geom), 2))::numeric
+select '#3744', ST_Area(ST_Simplify(ST_Union(geom), 2))::numeric
from (
select ST_Subdivide(geom) geom
from inverted_geom
Modified: branches/2.3/regress/subdivide_expected
===================================================================
--- branches/2.3/regress/subdivide_expected 2017-04-25 07:08:59 UTC (rev 15367)
+++ branches/2.3/regress/subdivide_expected 2017-04-25 08:20:11 UTC (rev 15368)
@@ -2,4 +2,4 @@
2|t|6|7
3|t|15|9
#3522|POINT(1 1)
-https://github.com/postgis/postgis/pull/127|1600000000000000
+#3744|1600000000000000
More information about the postgis-tickets
mailing list