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
This commit is contained in:
Sandro Santilli 2011-12-24 09:59:00 +00:00
parent f81369f04f
commit 1aeba672f2
3 changed files with 4 additions and 1 deletions

View 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 \

View 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;