From d318176d718ca09f3c56edc025404aa2477c7935 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sun, 22 Jan 2012 12:10:02 +0000 Subject: [PATCH] Comment typo git-svn-id: http://svn.osgeo.org/postgis/trunk@8899 b70326c6-7e19-0410-871a-916f4a2858ee --- topology/test/regress/topogeo_addlinestring.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology/test/regress/topogeo_addlinestring.sql b/topology/test/regress/topogeo_addlinestring.sql index b6d3f06ba..dd4e5c514 100644 --- a/topology/test/regress/topogeo_addlinestring.sql +++ b/topology/test/regress/topogeo_addlinestring.sql @@ -63,7 +63,7 @@ SELECT 'invalid', TopoGeo_addLineString('city_data', 'POINT(36 26)'); SELECT 'iso_uni', TopoGeo_addLineString('city_data', 'LINESTRING(36 26, 38 30)'); SELECT check_changes(); --- Isolated point in face 5 +-- Isolated edge in face 5 SELECT 'iso_f5', TopoGeo_addLineString('city_data', 'LINESTRING(37 20, 43 19, 41 16)'); SELECT check_changes(); -- 2.40.0