From: Sandro Santilli Date: Fri, 23 Mar 2012 15:11:07 +0000 (+0000) Subject: Add missing ticket reference to it's regression test X-Git-Tag: 2.0.0rc1~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c317ab58d6397aff9c24ead956d176509030844d;p=postgis Add missing ticket reference to it's regression test git-svn-id: http://svn.osgeo.org/postgis/trunk@9535 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/test/regress/topogeo_addlinestring.sql b/topology/test/regress/topogeo_addlinestring.sql index cad4f1794..6b35949e8 100644 --- a/topology/test/regress/topogeo_addlinestring.sql +++ b/topology/test/regress/topogeo_addlinestring.sql @@ -189,7 +189,7 @@ SELECT '#1650.3', TopoGeo_addLineString('city_data', , 2) ORDER BY 2; SELECT check_changes(); --- Test snapping of line over a node( http://trac.osgeo.org/postgis/ticket/??? ) +-- Test snapping of line over a node( http://trac.osgeo.org/postgis/ticket/1654 ) DELETE FROM city_data.edge_data; DELETE FROM city_data.node; DELETE FROM city_data.face where face_id > 0;