[postgis-tickets] r14868 - Make ordering consistent with the rest of the test

Sandro Santilli strk at keybit.net
Wed Apr 27 07:14:26 PDT 2016


Author: strk
Date: 2016-04-27 07:14:26 -0700 (Wed, 27 Apr 2016)
New Revision: 14868

Modified:
   trunk/topology/test/regress/gml.sql
Log:
Make ordering consistent with the rest of the test

(see #3513)

Modified: trunk/topology/test/regress/gml.sql
===================================================================
--- trunk/topology/test/regress/gml.sql	2016-04-27 14:07:36 UTC (rev 14867)
+++ trunk/topology/test/regress/gml.sql	2016-04-27 14:14:26 UTC (rev 14868)
@@ -137,7 +137,7 @@
 SELECT feature_name||'-visited', topology.AsGML(feature,
        '', 15, 2, 'visited'::regclass) FROM features.city_streets
        WHERE feature_name IN ('R2')
-       ORDER BY 2 DESC;
+       ORDER BY feature_name;
 
 -- S1 visits N14
 -- S3 visits (N6)



More information about the postgis-tickets mailing list