From: Sandro Santilli Date: Sat, 24 Dec 2011 09:59:00 +0000 (+0000) Subject: Don't load rt_utility_test data creator as test X-Git-Tag: 2.0.0alpha1~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1aeba672f250d09e7cc6b646c101a93134914277;p=postgis Don't load rt_utility_test data creator as test git-svn-id: http://svn.osgeo.org/postgis/trunk@8551 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in index 5d50beb13..10694e704 100644 --- a/raster/test/regress/Makefile.in +++ b/raster/test/regress/Makefile.in @@ -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 index e69de29bb..000000000 diff --git a/raster/test/regress/rt_utility.sql b/raster/test/regress/rt_utility.sql index d8edb8283..a61cf3ab5 100644 --- a/raster/test/regress/rt_utility.sql +++ b/raster/test/regress/rt_utility.sql @@ -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;