]> granicus.if.org Git - postgis/commitdiff
Add rt_properties_test dropper script
authorSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:58:46 +0000 (09:58 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 09:58:46 +0000 (09:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8549 b70326c6-7e19-0410-871a-916f4a2858ee

raster/test/regress/Makefile.in
raster/test/regress/drop_rt_properties_test.sql [new file with mode: 0644]
raster/test/regress/drop_rt_properties_test_expected [new file with mode: 0644]

index 58b34fd19f0656127407d81ec5d4f69a4a5f21d6..0df9a0be11b64903b420179445fb27728de9fc31 100644 (file)
@@ -58,6 +58,7 @@ TEST_PROPS = \
        rt_rotation.sql \
        rt_georeference.sql \
        rt_set_properties.sql \
+       drop_rt_properties_test.sql \
        create_rt_empty_raster_test.sql \
        rt_isempty.sql \
        rt_hasnoband.sql \
diff --git a/raster/test/regress/drop_rt_properties_test.sql b/raster/test/regress/drop_rt_properties_test.sql
new file mode 100644 (file)
index 0000000..537cdbb
--- /dev/null
@@ -0,0 +1,2 @@
+DROP TABLE rt_properties_test;
+
diff --git a/raster/test/regress/drop_rt_properties_test_expected b/raster/test/regress/drop_rt_properties_test_expected
new file mode 100644 (file)
index 0000000..e69de29