From: Sandro Santilli Date: Mon, 12 Aug 2013 09:59:01 +0000 (+0000) Subject: Fix ticket reference (it's #2420, not 30) X-Git-Tag: 2.2.0rc1~1409 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82572ddc9390bbe4514b853dcd9533dcec3a818e;p=postgis Fix ticket reference (it's #2420, not 30) git-svn-id: http://svn.osgeo.org/postgis/trunk@11773 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/tickets.sql b/regress/tickets.sql index c516b6d3a..6a26d45cd 100644 --- a/regress/tickets.sql +++ b/regress/tickets.sql @@ -831,7 +831,7 @@ SELECT '#2415.2', ST_AsText(ST_Multi( SELECT '#2412', ST_AsText(ST_LineToCurve('LINESTRING(0 0,10 0,20 0)')); -SELECT '#2430', ST_AsText(ST_LineToCurve('LINESTRING(0 0,10 0,10 10,0 10,0 0)')); +SELECT '#2420', ST_AsText(ST_LineToCurve('LINESTRING(0 0,10 0,10 10,0 10,0 0)')); -- Clean up DELETE FROM spatial_ref_sys; diff --git a/regress/tickets_expected b/regress/tickets_expected index 82130cf80..6d00b48d9 100644 --- a/regress/tickets_expected +++ b/regress/tickets_expected @@ -247,4 +247,4 @@ ERROR: invalid GML representation #2415.1|MULTICURVE(COMPOUNDCURVE((0 0,10 0),CIRCULARSTRING(10 0,15 1,20 10))) #2415.2|MULTISURFACE(CURVEPOLYGON(CIRCULARSTRING(10 0,15 1,20 0,18 5,20 10,10 10,10 0))) #2412|LINESTRING(0 0,10 0,20 0) -#2430|LINESTRING(0 0,10 0,10 10,0 10,0 0) +#2420|LINESTRING(0 0,10 0,10 10,0 10,0 0)