[postgis-devel] [PostGIS] #1668: ST_AsText, ST_AsEWKT under Windows 64-bit PostGIS 64-bit is all screwy
PostGIS
trac at osgeo.org
Thu Mar 8 08:02:07 PST 2012
#1668: ST_AsText, ST_AsEWKT under Windows 64-bit PostGIS 64-bit is all screwy
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: mingw64 |
---------------------+------------------------------------------------------
Comment(by robe):
Finally got CUnit working -- as expected the wkt assert fails and then
later on Cunit crashes.
{{{
Test: test_wkt_out_collection ...FAILED
1. cu_out_wkt.c:145 -
CU_ASSERT_STRING_EQUAL(cu_wkt("GEOMETRYCOLLECTION(POL
YGON((100 100 2, 100 200 2, 200 200 2, 200 100 2, 100 100 2)),POINT(.5 .5
.5),CI
RCULARSTRING(.8 .8 .8,.8 .8 .8,.8 .8 .8))",WKT_ISO),"GEOMETRYCOLLECTION Z
(POLYG
ON Z ((100 100 2,100 200 2,200 200 2,200 100 2,100 100 2)),POINT Z (0.5
0.5 0.5)
,CIRCULARSTRING Z (0.8 0.8 0.8,0.8 0.8 0.8,0.8 0.8 0.8))")
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1668#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list