]> granicus.if.org Git - postgis/commitdiff
remove the #273 test, as it already the same than point_1
authorOlivier Courtin <olivier.courtin@camptocamp.com>
Fri, 18 Dec 2009 19:28:40 +0000 (19:28 +0000)
committerOlivier Courtin <olivier.courtin@camptocamp.com>
Fri, 18 Dec 2009 19:28:40 +0000 (19:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5033 b70326c6-7e19-0410-871a-916f4a2858ee

regress/in_gml.sql
regress/in_gml_expected

index 9487b331a5e277bf3d26be6c1a6fad1f6f12c7b9..b4e3467470b0ec284a361cd66c4b9386bf114987 100644 (file)
@@ -1069,11 +1069,6 @@ SELECT 'double_30', ST_AsEWKT(ST_GeomFromGML('<gml:Point><gml:pos>1 -1.23E 2</gm
 -- ERROR: Junk 
 SELECT 'double_31', ST_AsEWKT(ST_GeomFromGML('<gml:Point><gml:pos>1 $0%@#$^%#</gml:pos></gml:Point>'));
 
--- Ticket #273 --
-SELECT '#273', ST_AsEWKT(ST_GeomFromGML('<gml:Point><gml:coordinates>1,2</gml:coordinates></gml:Point>'));
-
-
-
 
 
 
index a01c810928a893462482542eba119b9f6bb01840..264efe670dfe404158d0cfea510894429caa5e6e 100644 (file)
@@ -345,4 +345,3 @@ ERROR:  invalid GML representation
 ERROR:  invalid GML representation
 ERROR:  invalid GML representation
 ERROR:  invalid GML representation
-#273|POINT(1 2)