Show
Ignore:
Timestamp:
11/23/05 06:38:00 (7 years ago)
Author:
strk
Message:

Reworked regress tests to avoid multiple database creations

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/regress/lwgeom_regress.sql

    r2027 r2057  
    100100SELECT mem_size(collect(force_2d(force_4d(force_3dm(force_3dz(force_2d(geometry(wkb_ndr)))))))) from test_data; 
    101101SELECT line_locate_point('LINESTRING(709243.393033887 163969.752725768,708943.240904444 163974.593889146,708675.634380651 163981.832927298)', 'POINT(705780 15883)'); 
     102 
     103DROP TABLE test_data;