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

regress/regress.sql
regress/regress_expected

index 59ecfe465d830135ca18dd10f50327f68f640117..dfbcefced2a95e0ab8f76c6375a3fa1c3b74a03c 100644 (file)
@@ -246,3 +246,5 @@ 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)));
+
+select '151', geom_accum(NULL, NULL);
index 749e795aba843d527ba021890d186f34884a4a1c..72d81696d493e98f9b520d6e489dd64395a9d958 100644 (file)
@@ -149,3 +149,4 @@ ERROR:  POSTGIS2GEOS conversion failed
 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)))
+151|