]> granicus.if.org Git - postgis/commitdiff
Properly cleanup spatial_ref_sys after loader tests
authorSandro Santilli <strk@keybit.net>
Mon, 27 Feb 2012 17:36:36 +0000 (17:36 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 27 Feb 2012 17:36:36 +0000 (17:36 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9317 b70326c6-7e19-0410-871a-916f4a2858ee

regress/loader/ReprojectPts-post.sql [new file with mode: 0644]
regress/loader/ReprojectPts-pre.sql
regress/loader/ReprojectPtsGeog-post.sql [new file with mode: 0644]
regress/loader/ReprojectPtsGeog-pre.sql

diff --git a/regress/loader/ReprojectPts-post.sql b/regress/loader/ReprojectPts-post.sql
new file mode 100644 (file)
index 0000000..03ec0db
--- /dev/null
@@ -0,0 +1,2 @@
+-- Cleanup
+DELETE FROM spatial_ref_sys;
index fe7040603b33e1dd212c2227aa71745dda2037a3..41413b28d461c823dedb34c6ce9f0caf535dc430 100644 (file)
@@ -1,5 +1,3 @@
--- setup the spatial_ref_sys table with the two projections
-DELETE FROM spatial_ref_sys;
 ---
 --- EPSG 4326 : WGS 84
 ---
diff --git a/regress/loader/ReprojectPtsGeog-post.sql b/regress/loader/ReprojectPtsGeog-post.sql
new file mode 100644 (file)
index 0000000..1f3bcbd
--- /dev/null
@@ -0,0 +1,2 @@
+-- cleanup
+DELETE FROM spatial_ref_sys;
index fe7040603b33e1dd212c2227aa71745dda2037a3..41413b28d461c823dedb34c6ce9f0caf535dc430 100644 (file)
@@ -1,5 +1,3 @@
--- setup the spatial_ref_sys table with the two projections
-DELETE FROM spatial_ref_sys;
 ---
 --- EPSG 4326 : WGS 84
 ---