Show
Ignore:
Timestamp:
06/04/07 16:06:28 (5 years ago)
Author:
mleslie
Message:

Added versions of functions with standard ST (Spatial Type) prefixes to any functions that were lacking them. Updated the regression tests to include the new functions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/removepoint_expected

    r2173 r2616  
    1212LINESTRING(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) 
    1313LINESTRING(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) 
     14ERROR:  Can't remove points from a single segment line 
     15ERROR:  Point index out of range (0..2) 
     16ERROR:  Point index out of range (0..2) 
     17LINESTRING(1 1,2 2) 
     18LINESTRING(0 0,1 1) 
     19LINESTRING(1 1 1,2 2 2) 
     20LINESTRING(0 0 0,1 1 1) 
     21LINESTRINGM(1 1 1,2 2 2) 
     22LINESTRINGM(0 0 0,1 1 1) 
     23LINESTRING(1 1 1 1,2 2 2 2) 
     24LINESTRING(0 0 0 0,1 1 1 1) 
     25LINESTRING(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) 
     26LINESTRING(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)