From: Darafei Praliaskouski Date: Sun, 14 Oct 2018 23:08:46 +0000 (+0000) Subject: regress: stabilize sort order in regress/clean.sql X-Git-Tag: 3.0.0alpha1~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91d2c6d8c535315bcfb071b77890ce70fdefc383;p=postgis regress: stabilize sort order in regress/clean.sql git-svn-id: http://svn.osgeo.org/postgis/trunk@16896 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/clean.sql b/regress/clean.sql index 5ddc33e48..02287a73d 100644 --- a/regress/clean.sql +++ b/regress/clean.sql @@ -42,7 +42,8 @@ SELECT origin,caseno, st_equals(st_collectionextract(st_makevalid(orig),3), st_collectionextract(valid,3)), st_isvalid(st_makevalid(orig)), -- paranoia (st_isvaliddetail(orig)).valid - FROM clean_cases; + FROM clean_cases +ORDER BY 1, 2; SELECT '#1719.1', ST_AsEWKT(ST_MakeValid('POINT(0 0)')); SELECT '#1719.2', ST_AsEWKT(ST_MakeValid('GEOMETRYCOLLECTION(POINT(0 0),MULTIPOINT(3 4,5 2),LINESTRING(4 4, 4 4),POLYGON((0 0,10 10,0 10,10 0,0 0)))')); diff --git a/regress/clean_expected b/regress/clean_expected index d3159135f..04775b87e 100644 --- a/regress/clean_expected +++ b/regress/clean_expected @@ -1,3 +1,8 @@ +PG|1|t|t|f +PG|2|t|t|f +PG|3|t|t|f +PG|4|t|t|f +PG|5|t|t|f RT|1|t|t|f RT|2|t|t|f RT|3|t|t|f @@ -21,11 +26,6 @@ RT|16.2|t|t|f RT|16.3|t|t|f RT|16.4|t|t|f RT|17.1|t|t|f -PG|1|t|t|f -PG|2|t|t|f -PG|3|t|t|f -PG|4|t|t|f -PG|5|t|t|f #1719.1|POINT(0 0) #1719.2|GEOMETRYCOLLECTION(POINT(0 0),MULTIPOINT(3 4,5 2),POINT(4 4),MULTIPOLYGON(((0 0,5 5,10 0,0 0)),((5 5,0 10,10 10,5 5)))) #1719.3|MULTIPOINT(3 4,5 2)