Opened 13 years ago

Closed 13 years ago

#890 closed defect (duplicate)

ticket #304 tests fail on 64bit system (ST_DWithin false negatives?)

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

This happens with trunk. Possible the cause for Hudson to complain, but didn't check…

--- tickets_expected    2011-02-24 15:31:32.000000000 +0100
+++ /tmp/pgis_reg_24687/test_59_out     2011-03-28 09:55:02.000000000 +0200
@@ -63,8 +63,8 @@
 #277|<gml:Point><gml:coordinates>1,1e+308</gml:coordinates></gml:Point>
 #299|2
 #304
-#304.a|21
-#304.b|1
+#304.a|0
+#304.b|0
 #408|IllegalArgumentException: point array must contain 0 or >1 elements
 NOTICE:  IllegalArgumentException: point array must contain 0 or >1 elements
 #408.1|f

Change History (2)

comment:1 by strk, 13 years ago

Summary: ticket #304 tests fail on 64bit systemticket #304 tests fail on 64bit system (ST_DWithin false negatives?)

comment:2 by robe, 13 years ago

Resolution: duplicate
Status: newclosed

I already complained about this in #869 though I guess I wasn't really reading the error as closely as you did. I also didn't put it in as a blocker. Yes this happens in mingW too an Hudson and the one I was really concerned about.

I thought there was some way to merge tickets — how do we do that?

Note: See TracTickets for help on using tickets.