From aef5b6883a7fa600c7c782b6c8d15aced3564cca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicklas=20Av=C3=A9n?= Date: Mon, 7 Apr 2014 19:15:19 +0000 Subject: [PATCH] #2672 regresstest git-svn-id: http://svn.osgeo.org/postgis/trunk@12436 b70326c6-7e19-0410-871a-916f4a2858ee --- regress/tickets.sql | 3 +++ regress/tickets_expected | 1 + 2 files changed, 4 insertions(+) diff --git a/regress/tickets.sql b/regress/tickets.sql index 0a9f4140e..3a901a30c 100644 --- a/regress/tickets.sql +++ b/regress/tickets.sql @@ -858,6 +858,9 @@ INSERT INTO images VALUES (1, 'first_image', 'SRID=4326;POLYGON((-162.211667 88. SELECT '#2556' AS ticket, id, round(ST_Distance(extent, 'SRID=4326;POLYGON((-46.625977 81.634149,-46.625977 81.348076,-48.999023 81.348076,-48.999023 81.634149,-46.625977 81.634149))'::geography)) from images; DROP TABLE images; +--#2672 + +SELECT '#2672', ST_AsTWKBAgg(null::geometry, 3); -- Clean up DELETE FROM spatial_ref_sys; diff --git a/regress/tickets_expected b/regress/tickets_expected index 56955a799..5c89f0689 100644 --- a/regress/tickets_expected +++ b/regress/tickets_expected @@ -255,3 +255,4 @@ ERROR: invalid GML representation #2168|5340.76237395|5340.76237395|0 #2556|47409|20623 #2556|1|0 +#2672| -- 2.50.1