From dcf48e2a1e93c6aeb4725d3f4dece611f15a1e83 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sun, 5 Dec 2004 11:45:12 +0000 Subject: [PATCH] commented out drops of unexistant tables git-svn-id: http://svn.osgeo.org/postgis/trunk@1125 b70326c6-7e19-0410-871a-916f4a2858ee --- examples/ogc_test_suite/3_cleanup.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.50.1