From: Sandro Santilli Date: Sat, 24 Dec 2011 09:58:31 +0000 (+0000) Subject: Cleanup after run X-Git-Tag: 2.0.0alpha1~328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8e3b2daa3db36c0abce8652accd3e43f4a42d86;p=postgis Cleanup after run git-svn-id: http://svn.osgeo.org/postgis/trunk@8547 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/rt_io.sql b/raster/test/regress/rt_io.sql index 4dd8b6aec..f672a20ef 100644 --- a/raster/test/regress/rt_io.sql +++ b/raster/test/regress/rt_io.sql @@ -923,3 +923,5 @@ SELECT ( '00' ||-- novalue==0 '10' -- pixel(0,0)==16 (out of 0..15 range) )::raster; + +DROP TABLE rt_io_test;