changed a assertEquals(Double, Double) to assertEquals(double, double, EPSILON). With Java 6, the test failed for me before because the last digit was different of the two double values.
Authored by: mrieser 2009-08-15
Parent: [r8399]
Child: [r8401]