]> granicus.if.org Git - postgis/commitdiff
Do not input an explicit value to mean unknown SRID (in raster test)
authorSandro Santilli <strk@keybit.net>
Mon, 10 Oct 2011 07:35:36 +0000 (07:35 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 10 Oct 2011 07:35:36 +0000 (07:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7962 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/regress/create_rt_gist_test.sql

index e3db9cd2585a51f22b356c34fd31d02bfc107533..a83562080a964656617b020d4c9f44eb02f999b0 100644 (file)
@@ -49,7 +49,7 @@ BEGIN
             rec.x = x;
             rec.y = y;
             rec.tile = st_MakeEmptyRaster(tileWidth, tileHeight, ipx, ipy,
-                                          scalex, scaley, 0, 0, -1);
+                                          scalex, scaley, 0, 0);
             RETURN NEXT rec;
         END LOOP;
     END LOOP;