Force sorting in ST_ColorMap test

references #3503

git-svn-id: http://svn.osgeo.org/postgis/trunk@14793 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2016-03-20 19:41:05 +00:00
parent 93e0273309
commit ef1a2d9ff4

View file

@ -127,7 +127,7 @@ SELECT
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;