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

regress/regress.sql
regress/regress_expected

index 08791a7ede74c19a50c71d9ddf630037d62d44fd..aa00f1a388831b13248e054b257d1cc5067f40e6 100644 (file)
@@ -254,5 +254,7 @@ select '149', asewkt(linemerge('GEOMETRYCOLLECTION(LINESTRING(0 0, 1 1), LINESTR
 
 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);
+
 -- Drop test table
 DROP table test;
index 6fd634b67f310070c6843d12004c6ae85e8e485b..d0c27a792857e1928cdc9163df524924559dafe6 100644 (file)
@@ -155,4 +155,5 @@ ERROR:  LWGEOM2GEOS: exception during polygon shell conversion
 148|LINESTRING(0 0,5 0,10 0)
 149|LINESTRING(-5 -5,0 0,1 1,4 4)
 150|SRID=6;GEOMETRYCOLLECTION(POLYGON((0 0,1 0,1 1,0 1,0 0)))
+151|
 DROP TABLE