]> granicus.if.org Git - postgis/commitdiff
Added force_collection test
authorSandro Santilli <strk@keybit.net>
Mon, 28 Nov 2005 11:27:21 +0000 (11:27 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 28 Nov 2005 11:27:21 +0000 (11:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@2082 b70326c6-7e19-0410-871a-916f4a2858ee

regress/regress.sql
regress/regress_expected

index 817593f0009b495f16d6cd3f510cb9a90d2d31d1..59ecfe465d830135ca18dd10f50327f68f640117 100644 (file)
@@ -244,3 +244,5 @@ select '146', asewkt(force_4d('POINTM(1 2 3)'));
 select '147', asewkt(force_4d('POINT(1 2 3)'));
 
 select '148', astext(segmentize('LINESTRING(0 0, 10 0)', 5));
+
+select '150', asewkt(force_collection(setsrid('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::geometry, 6)));
index 67bab5a3e3e40589aeb13335e16ffc7e0631b2dd..749e795aba843d527ba021890d186f34884a4a1c 100644 (file)
@@ -148,3 +148,4 @@ ERROR:  POSTGIS2GEOS conversion failed
 146|POINT(1 2 0 3)
 147|POINT(1 2 3 0)
 148|LINESTRING(0 0,5 0,10 0)
+150|SRID=6;GEOMETRYCOLLECTION(POLYGON((0 0,1 0,1 1,0 1,0 0)))