]> granicus.if.org Git - postgis/commitdiff
#2396 liblwgeom tests fail on big-endian architectures (oops copied the wrong tickets...
authorRegina Obe <lr@pcorp.us>
Tue, 24 Sep 2013 21:34:31 +0000 (21:34 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 24 Sep 2013 21:34:31 +0000 (21:34 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11976 b70326c6-7e19-0410-871a-916f4a2858ee

regress/regress.sql

index 0f427dcbd555e232a37f73259563927c4ddcf82c..fbefa1386e040835f6f995bcf2b9e31eba183fb9 100644 (file)
@@ -239,9 +239,9 @@ select '145', ST_AsEWKT(ST_force_3dz('POINTM(1 2 3)'));
 select '146', ST_AsEWKT(ST_force_4d('POINTM(1 2 3)'));
 select '147', ST_AsEWKT(ST_force_4d('POINT(1 2 3)'));
 
-select '148', ST_AsText(ST_segmentize('LINESTRING(0 0, 10 0)', 5));
+select '148', ST_AsText(ST_segmentize('LINESTRING(0 0, 10 0)'::geometry, 5));
 
-select '149', ST_AsText(ST_segmentize('GEOMETRYCOLLECTION EMPTY', 0.5));
+select '149', ST_AsText(ST_segmentize('GEOMETRYCOLLECTION EMPTY'::geometry, 0.5));
 
 select '150', ST_AsEWKT(ST_force_collection(ST_setsrid('POLYGON((0 0, 1 0, 1 1, 0 1, 0 0))'::geometry, 6)));