[postgis-tickets] r16896 - regress: stabilize sort order in regress/clean.sql

Darafei komzpa at gmail.com
Sun Oct 14 04:08:47 PDT 2018


Author: komzpa
Date: 2018-10-14 16:08:46 -0700 (Sun, 14 Oct 2018)
New Revision: 16896

Modified:
   trunk/regress/clean.sql
   trunk/regress/clean_expected
Log:
regress: stabilize sort order in regress/clean.sql




Modified: trunk/regress/clean.sql
===================================================================
--- trunk/regress/clean.sql	2018-10-14 23:06:22 UTC (rev 16895)
+++ trunk/regress/clean.sql	2018-10-14 23:08:46 UTC (rev 16896)
@@ -42,7 +42,8 @@
        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)))'));

Modified: trunk/regress/clean_expected
===================================================================
--- trunk/regress/clean_expected	2018-10-14 23:06:22 UTC (rev 16895)
+++ trunk/regress/clean_expected	2018-10-14 23:08:46 UTC (rev 16896)
@@ -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.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)



More information about the postgis-tickets mailing list