Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#249 closed defect (fixed)

Geography cunit test fails on OpenSuse 10.3

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.0
Component: postgis Version: master
Keywords: Cc:

Description

Test: test_gserialized_get_gbox_geocentric() …


LINESTRING(-120.0 -5.0,60.0 80.0) GBOX((-0.49809734904587255,-0.862729915662821,-0.08715574274765817),(0.08682408883346522,0.15038373318043535,1.0)) line 41: diff 0.00519813908 FAILED

  1. cu_geodetic.c:160 - CU_ASSERT_DOUBLE_EQUAL(gbox→xmin,gbox_good→xmin,0.000001)

I'll have to check on my other OpenSuse. Check passes under mingW install.

Change History (3)

comment:1 by robe, 15 years ago

Correction it fails on my mingw also

Test: test_gserialized_get_gbox_geocentric() …


LINESTRING(-120.0 -5.0,60.0 80.0) GBOX((-0.49809734904587255,-0.862729915662821,-0.08715574274765817),(0.086824088 83346522,0.15038373318043535,1.0)) line 41: diff 0.00519813908 FAILED

  1. cu_geodetic.c:160 - CU_ASSERT_DOUBLE_EQUAL(gbox→xmin,gbox_good→xmin,0.

000001)

comment:2 by pramsey, 15 years ago

Resolution: fixed
Status: newclosed

My bad, leaving work in progress in the trunk, I got bad habits while in my sandbox.

comment:3 by pramsey, 15 years ago

Er, resolution at r4512.

Note: See TracTickets for help on using tickets.