[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-150-g5b2e3cb
git at osgeo.org
git at osgeo.org
Fri Nov 6 04:59:37 PST 2020
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 5b2e3cbd52408a9870a9886e5896123e4ff86118 (commit)
from 9a9241ce747b3ad1fbeacd899310fac91dfd418b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5b2e3cbd52408a9870a9886e5896123e4ff86118
Author: Raúl MarÃn <git at rmr.ninja>
Date: Fri Nov 6 13:45:02 2020 +0100
Adapt regress tests for PROJ 8
Closes #4785
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 70925f8..523fa66 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -591,7 +591,7 @@ select '#1578', st_within(p, mp), st_intersects(p, mp) FROM inp;
-- #1580
select '#1580.1', ST_Summary(ST_Transform('SRID=4326;POINT(0 0)'::geometry, 3395));
-select '#1580.2', ST_Transform('SRID=4326;POINT(180 90)'::geometry, 3395); -- fails
+select '#1580.2', ST_Transform('SRID=4326;POINT(180 95)'::geometry, 3395); -- fails
select '#1580.3', ST_Summary(ST_Transform('SRID=4326;POINT(0 0)'::geometry, 3395));
-- #1596 --
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index b381e7c..a60213f 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -195,7 +195,7 @@ ERROR: got NULL for SRID (500001)
#1543|MULTILINESTRING((0 0,10 0,10 10,0 0),(0 0))|POLYGON((0 0,10 10,10 0,0 0))
#1578|f|f
#1580.1|Point[S]
-ERROR: transform: tolerance condition error (-20)
+ERROR: transform: latitude or longitude exceeded limits (-14)
#1580.3|Point[S]
#1596.1|public.road_pg.roads_geom SRID:3395 TYPE:POINT DIMS:2
ERROR: invalid SRID: 330000 not found in spatial_ref_sys
-----------------------------------------------------------------------
Summary of changes:
regress/core/tickets.sql | 2 +-
regress/core/tickets_expected | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list