]> granicus.if.org Git - postgis/commitdiff
regress: stabilize sort order in regress/clean.sql
authorDarafei Praliaskouski <me@komzpa.net>
Sun, 14 Oct 2018 23:08:46 +0000 (23:08 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Sun, 14 Oct 2018 23:08:46 +0000 (23:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16896 b70326c6-7e19-0410-871a-916f4a2858ee

regress/clean.sql
regress/clean_expected

index 5ddc33e489fc13508bf348d5d7e2780f03697d16..02287a73da2508db03ea0c613b4d8f9da65171c3 100644 (file)
@@ -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)))'));
index d3159135fd8c2af985f2d2a8d0f6f2b036bf7c2e..04775b87e1cb3afd8fdcdb8311eb9e6b953f40c7 100644 (file)
@@ -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)