Skip to content

Commit

Permalink
Adapt regress tests for PROJ 8
Browse files Browse the repository at this point in the history
Closes #4785
  • Loading branch information
Algunenano committed Nov 6, 2020
1 parent 9a9241c commit 5b2e3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion regress/core/tickets.sql
Expand Up @@ -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 --
Expand Down
2 changes: 1 addition & 1 deletion regress/core/tickets_expected
Expand Up @@ -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
Expand Down

0 comments on commit 5b2e3cb

Please sign in to comment.