]> granicus.if.org Git - postgis/commitdiff
Add missing ticket reference to it's regression test
authorSandro Santilli <strk@keybit.net>
Fri, 23 Mar 2012 15:11:07 +0000 (15:11 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 23 Mar 2012 15:11:07 +0000 (15:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9535 b70326c6-7e19-0410-871a-916f4a2858ee

topology/test/regress/topogeo_addlinestring.sql

index cad4f1794224919448d8922238a3e01b21545b46..6b35949e832ebee36e4e6221f4b82efa805488b2 100644 (file)
@@ -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;