[postgis-tickets] r14793 - Force sorting in ST_ColorMap test
Regina Obe
lr at pcorp.us
Sun Mar 20 12:41:05 PDT 2016
Author: robe
Date: 2016-03-20 12:41:05 -0700 (Sun, 20 Mar 2016)
New Revision: 14793
Modified:
trunk/raster/test/regress/rt_colormap.sql
Log:
Force sorting in ST_ColorMap test
references #3503
Modified: trunk/raster/test/regress/rt_colormap.sql
===================================================================
--- trunk/raster/test/regress/rt_colormap.sql 2016-03-20 06:33:10 UTC (rev 14792)
+++ trunk/raster/test/regress/rt_colormap.sql 2016-03-20 19:41:05 UTC (rev 14793)
@@ -127,7 +127,7 @@
rid,
(ST_DumpValues(rast)).*
FROM raster_colormap_out
-ORDER BY 1, 2;
+ORDER BY 1, 2, nband;
DROP TABLE IF EXISTS raster_colormap_in;
DROP TABLE IF EXISTS raster_colormap_out;
More information about the postgis-tickets
mailing list