Show
Ignore:
Timestamp:
11/22/05 13:29:41 (7 years ago)
Author:
strk
Message:

Fixed a bug in getPoint{3dm,3dz,4d}_p() api calls automatically
fixing bugs in force_{3dm,3dz,4d}() user functions, for which
tests have been added in regress dir.
Wrapped paranoid checks in PARANOIA_LEVEL preprocessor blocks.
Updated release notes and CHANGES file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress_expected

    r2026 r2053  
    144144142|SRID=5;MULTILINESTRING((2 2,3 3)) 
    145145143|SRID=6;MULTIPOLYGON(((0 0,1 0,1 1,0 1,0 0))) 
     146144|POINTM(1 2 0) 
     147145|POINT(1 2 0) 
     148146|POINT(1 2 0 3) 
     149147|POINT(1 2 3 0) 
    146150144|LINESTRING(-5 -5,0 0,1 1,4 4)