From: Olivier Courtin Date: Fri, 18 Dec 2009 19:28:40 +0000 (+0000) Subject: remove the #273 test, as it already the same than point_1 X-Git-Tag: 1.5.0b1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8d4342ffcfe830465c122a2160e511670fe77fd;p=postgis remove the #273 test, as it already the same than point_1 git-svn-id: http://svn.osgeo.org/postgis/trunk@5033 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/in_gml.sql b/regress/in_gml.sql index 9487b331a..b4e346747 100644 --- a/regress/in_gml.sql +++ b/regress/in_gml.sql @@ -1069,11 +1069,6 @@ SELECT 'double_30', ST_AsEWKT(ST_GeomFromGML('1 -1.23E 21 $0%@#$^%#')); --- Ticket #273 -- -SELECT '#273', ST_AsEWKT(ST_GeomFromGML('1,2')); - - - diff --git a/regress/in_gml_expected b/regress/in_gml_expected index a01c81092..264efe670 100644 --- a/regress/in_gml_expected +++ b/regress/in_gml_expected @@ -345,4 +345,3 @@ ERROR: invalid GML representation ERROR: invalid GML representation ERROR: invalid GML representation ERROR: invalid GML representation -#273|POINT(1 2)