Show
Ignore:
Timestamp:
03/23/05 08:29:17 (7 years ago)
Author:
strk
Message:

Added box3d computation tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress.sql

    r1530 r1557  
    229229 
    230230select '136', distance('POINT(0 0)', translate('POINT(0 0)', 5, 12, 0)); 
     231 
     232select '137', box3d('GEOMETRYCOLLECTION(GEOMETRYCOLLECTION EMPTY)'::geometry); 
     233select '138', box3d('GEOMETRYCOLLECTION(GEOMETRYCOLLECTION EMPTY, POINT(0 0))'::geometry); 
     234