Changeset 2083
- Timestamp:
- 11/28/05 03:27:40 (6 years ago)
- Location:
- trunk/regress
- Files:
-
- 2 modified
-
regress_expected (modified) (1 diff)
-
regress.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/regress/regress_expected
r2079 r2083 155 155 148|LINESTRING(0 0,5 0,10 0) 156 156 149|LINESTRING(-5 -5,0 0,1 1,4 4) 157 150|SRID=6;GEOMETRYCOLLECTION(POLYGON((0 0,1 0,1 1,0 1,0 0))) 157 158 DROP TABLE -
trunk/regress/regress.sql
r2079 r2083 253 253 select '149', asewkt(linemerge('GEOMETRYCOLLECTION(LINESTRING(0 0, 1 1), LINESTRING(4 4, 1 1), LINESTRING(-5 -5, 0 0))'::geometry)); 254 254 255 select '150', asewkt(force_collection(setsrid('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::geometry, 6))); 256 255 257 -- Drop test table 256 258 DROP table test;
