From 7b199043812df4b04e73b4a858395dc996cba2c3 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 10 Apr 2019 16:15:55 +0000 Subject: [PATCH] TRUNCATE spatial_ref_sys upfront when running out_geography test .. this should probably be done upfront for all tests... git-svn-id: http://svn.osgeo.org/postgis/trunk@17381 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/core/out_geography.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regress/core/out_geography.sql b/regress/core/out_geography.sql index 4520a54e8..a10473336 100644 --- a/regress/core/out_geography.sql +++ b/regress/core/out_geography.sql @@ -2,6 +2,9 @@ -- -- spatial_ref_sys data -- + +TRUNCATE spatial_ref_sys; + INSERT INTO "spatial_ref_sys" ("srid","auth_name","auth_srid","proj4text") VALUES (4326,'EPSG',4326,'+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs '); INSERT INTO "spatial_ref_sys" ("srid", "proj4text") VALUES (102189, '+proj=tmerc +lat_0=4.599047222222222 +lon_0=-74.08091666666667 +k=1.000000 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs '); -- 2.40.0