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/setpoint_expected

    r2174 r2616  
    1111LINESTRING(0 0 0 0,90 91 0 92,2 2 2 2,4 4 4 4) 
    1212LINESTRING(90 91 92 93,1 1 1 1,2 2 2 2,4 4 4 4) 
     13ERROR:  Point index out of range (0..2) 
     14ERROR:  Point index out of range (0..2) 
     15ERROR:  First argument must be a LINESTRING 
     16ERROR:  Third argument must be a POINT 
     17LINESTRING(90 91 92,1 1 1,2 2 2) 
     18LINESTRINGM(0 0 0,90 91 92,2 2 2) 
     19LINESTRINGM(0 0 0,1 1 1,90 91 93) 
     20LINESTRING(0 0 0,90 91 92,2 2 2) 
     21LINESTRING(0 0 0 0,1 1 1 1,2 2 2 2,90 91 0 0) 
     22LINESTRING(0 0 0 0,1 1 1 1,90 91 92 0,4 4 4 4) 
     23LINESTRING(0 0 0 0,90 91 0 92,2 2 2 2,4 4 4 4) 
     24LINESTRING(90 91 92 93,1 1 1 1,2 2 2 2,4 4 4 4)