Show
Ignore:
Timestamp:
11/28/05 07:59:27 (6 years ago)
Author:
strk
Message:

Added geom_accum(NULL,NULL) test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/regress.sql

    r2083 r2091  
    255255select '150', asewkt(force_collection(setsrid('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::geometry, 6))); 
    256256 
     257select '151', geom_accum(NULL, NULL); 
     258 
    257259-- Drop test table 
    258260DROP table test;