]> granicus.if.org Git - postgis/commitdiff
Don't load rt_utility_test data creator as test
authorSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:59:00 +0000 (09:59 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:59:00 +0000 (09:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8551 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/regress/Makefile.in
raster/test/regress/create_rt_utility_test_expected [deleted file]
raster/test/regress/rt_utility.sql

index 5d50beb130446eec5b7528191291874c70bd8f29..10694e704d2d5bbafb3354f6f2f42cbd99dedc3b 100644 (file)
@@ -82,7 +82,6 @@ TEST_BANDPROPS = \
        $(NULL)
 
 TEST_UTILITY = \
-       create_rt_utility_test.sql \
        rt_utility.sql \
        create_rt_mapalgebra_test.sql \
        rt_mapalgebraexpr.sql \
diff --git a/raster/test/regress/create_rt_utility_test_expected b/raster/test/regress/create_rt_utility_test_expected
deleted file mode 100644 (file)
index e69de29..0000000
index d8edb82839f3b34435ef51c22539931af272d07d..a61cf3ab5812b11b1859cc77a765ad6f79625772 100644 (file)
@@ -7,6 +7,8 @@
 -- the terms of the GNU General Public Licence. See the COPYING file.
 -----------------------------------------------------------------------
 
+\i create_rt_utility_test.sql
+
 -----------------------------------------------------------------------
 -- Test 1 - st_world2rastercoordx(rast raster, xw float8, yw float8) 
 -----------------------------------------------------------------------
@@ -253,3 +255,5 @@ SELECT 'test 11.8', st_minpossiblevalue('32BUI') = 0.;
 SELECT 'test 11.9', st_minpossiblevalue('32BSI') < 0.;
 SELECT 'test 11.10', st_minpossiblevalue('32BF') < 0.;
 SELECT 'test 11.11', st_minpossiblevalue('64BF') < 0.;
+
+DROP TABLE rt_utility_test;