]> granicus.if.org Git - postgis/commitdiff
revise ST_Subdivide regress to use ticket instead of github pull request
authorRegina Obe <lr@pcorp.us>
Tue, 25 Apr 2017 07:08:59 +0000 (07:08 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 25 Apr 2017 07:08:59 +0000 (07:08 +0000)
References #3744

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

regress/subdivide.sql
regress/subdivide_expected

index 02d1d64a29c555a0ff62728be605c9247212420f..70717b31608ce735d0e30a00457c53c4f81fad73 100644 (file)
@@ -36,7 +36,7 @@ with inverted_geom as (
                )
            ) 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
index c8307a66093e5ac3800e1ff5927b49a0fec20881..0947a14150c6ce47aee52178e192d2d397495587 100644 (file)
@@ -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