]> granicus.if.org Git - postgis/commitdiff
drop created table after run
authorSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 11:21:56 +0000 (11:21 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 24 Dec 2011 11:21:56 +0000 (11:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8562 b70326c6-7e19-0410-871a-916f4a2858ee

topology/test/regress/gml.sql

index aa12a79a3f7572e1c2df6f96e6f20e488f072682..ff1e11081254be906c618aad535ca86c629fbe67 100644 (file)
@@ -210,3 +210,4 @@ ORDER BY name;
 SELECT topology.DropTopology('city_data');
 DROP SCHEMA features CASCADE;
 DELETE FROM spatial_ref_sys where srid = 4326;
+DROP TABLE visited;