From: Sandro Santilli Date: Sun, 5 Dec 2004 11:45:12 +0000 (+0000) Subject: commented out drops of unexistant tables X-Git-Tag: pgis_1_0_0RC1~172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcf48e2a1e93c6aeb4725d3f4dece611f15a1e83;p=postgis commented out drops of unexistant tables git-svn-id: http://svn.osgeo.org/postgis/trunk@1125 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/examples/ogc_test_suite/3_cleanup.sql b/examples/ogc_test_suite/3_cleanup.sql index 523af845c..54aa4206d 100644 --- a/examples/ogc_test_suite/3_cleanup.sql +++ b/examples/ogc_test_suite/3_cleanup.sql @@ -16,7 +16,7 @@ DROP TABLE buildings; DROP TABLE ponds; DROP TABLE named_places; DROP TABLE map_neatlines; -DROP TABLE route_segments; -DROP TABLE routes; -DROP TABLE map_components; -DROP TABLE maps; +--DROP TABLE route_segments; +--DROP TABLE routes; +--DROP TABLE map_components; +--DROP TABLE maps;