postgis/regress/removepoint_expected
Regina Obe 2d7e0aa5d4 Get rid of more deprecated calls
git-svn-id: http://svn.osgeo.org/postgis/trunk@6531 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-29 14:14:45 +00:00

14 lines
465 B
Plaintext

ERROR: Can't remove points from a single segment line
ERROR: Point index out of range (0..2)
ERROR: Point index out of range (0..2)
LINESTRING(1 1,2 2)
LINESTRING(0 0,1 1)
LINESTRING(1 1 1,2 2 2)
LINESTRING(0 0 0,1 1 1)
LINESTRINGM(1 1 1,2 2 2)
LINESTRINGM(0 0 0,1 1 1)
LINESTRING(1 1 1 1,2 2 2 2)
LINESTRING(0 0 0 0,1 1 1 1)
LINESTRING(0 0 0 0,1 1 1 1,3 3 3 3,4 4 4 4,5 5 5 5,6 6 6 6,7 7 7 7)
LINESTRING(0 0 0 0,1 1 1 1,2 2 2 2,3 3 3 3,5 5 5 5,6 6 6 6,7 7 7 7)