From d74c49e3692ed8fe8646ad237fa1ca934084be59 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 27 Feb 2012 17:36:36 +0000 Subject: [PATCH] Properly cleanup spatial_ref_sys after loader tests git-svn-id: http://svn.osgeo.org/postgis/trunk@9317 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/loader/ReprojectPts-post.sql | 2 ++ regress/loader/ReprojectPts-pre.sql | 2 -- regress/loader/ReprojectPtsGeog-post.sql | 2 ++ regress/loader/ReprojectPtsGeog-pre.sql | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 regress/loader/ReprojectPts-post.sql create mode 100644 regress/loader/ReprojectPtsGeog-post.sql diff --git a/regress/loader/ReprojectPts-post.sql b/regress/loader/ReprojectPts-post.sql new file mode 100644 index 000000000..03ec0db9f --- /dev/null +++ b/regress/loader/ReprojectPts-post.sql @@ -0,0 +1,2 @@ +-- Cleanup +DELETE FROM spatial_ref_sys; diff --git a/regress/loader/ReprojectPts-pre.sql b/regress/loader/ReprojectPts-pre.sql index fe7040603..41413b28d 100644 --- a/regress/loader/ReprojectPts-pre.sql +++ b/regress/loader/ReprojectPts-pre.sql @@ -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 index 000000000..1f3bcbdab --- /dev/null +++ b/regress/loader/ReprojectPtsGeog-post.sql @@ -0,0 +1,2 @@ +-- cleanup +DELETE FROM spatial_ref_sys; diff --git a/regress/loader/ReprojectPtsGeog-pre.sql b/regress/loader/ReprojectPtsGeog-pre.sql index fe7040603..41413b28d 100644 --- a/regress/loader/ReprojectPtsGeog-pre.sql +++ b/regress/loader/ReprojectPtsGeog-pre.sql @@ -1,5 +1,3 @@ --- setup the spatial_ref_sys table with the two projections -DELETE FROM spatial_ref_sys; --- --- EPSG 4326 : WGS 84 --- -- 2.40.0