From: Sandro Santilli Date: Sat, 24 Dec 2011 09:58:25 +0000 (+0000) Subject: Add a drop_rt_band_properties_test script for cleanup purposes X-Git-Tag: 2.0.0alpha1~329 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a138fc06006518dd77d091f26d2c4a1a43e0e580;p=postgis Add a drop_rt_band_properties_test script for cleanup purposes git-svn-id: http://svn.osgeo.org/postgis/trunk@8546 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/test/regress/Makefile.in b/raster/test/regress/Makefile.in index a73cdf468..ca5db8ff0 100644 --- a/raster/test/regress/Makefile.in +++ b/raster/test/regress/Makefile.in @@ -77,10 +77,8 @@ TEST_BANDPROPS = \ rt_valuecount.sql \ rt_valuepercent.sql \ rt_bandmetadata.sql \ - $(NULL) - -TEST_PIXEL = \ rt_pixelvalue.sql \ + drop_rt_band_properties_test.sql \ $(NULL) TEST_UTILITY = \ @@ -127,7 +125,7 @@ TEST_BUGS = \ bug_test_car5.sql TESTS = $(TEST_METADATA) $(TEST_IO) $(TEST_FUNC) \ - $(TEST_PROPS) $(TEST_BANDPROPS) $(TEST_PIXEL) \ + $(TEST_PROPS) $(TEST_BANDPROPS) \ $(TEST_UTILITY) $(TEST_GIST) $(TEST_SREL) \ $(TEST_BUGS) @@ -144,7 +142,7 @@ rtpostgis.sql: ../../rt_pg/rtpostgis.sql check: rtpostgis.sql $(MAKE) -C ../../../regress postgis.sql staged-install $(MAKE) -C ../../rt_pg REGRESS=1 DESTDIR=$(REGRESS_INSTALLDIR) install - @USE_VERSION=$(POSTGIS_PGSQL_VERSION) ../../../regress/run_test $(RUNTESTFLAGS) --raster $(TESTS) + USE_VERSION=$(POSTGIS_PGSQL_VERSION) ../../../regress/run_test $(RUNTESTFLAGS) --raster $(TESTS) #all: run_test diff --git a/raster/test/regress/drop_rt_band_properties_test.sql b/raster/test/regress/drop_rt_band_properties_test.sql new file mode 100644 index 000000000..455753b0f --- /dev/null +++ b/raster/test/regress/drop_rt_band_properties_test.sql @@ -0,0 +1 @@ +DROP TABLE rt_band_properties_test; diff --git a/raster/test/regress/drop_rt_band_properties_test_expected b/raster/test/regress/drop_rt_band_properties_test_expected new file mode 100644 index 000000000..e69de29bb