Re: [MATH] Documenting test failures

2009-09-06 Thread sebb
On 06/09/2009, Phil Steitz wrote: > sebb wrote: > > On 05/09/2009, Luc Maisonobe wrote: > >> Phil Steitz a écrit : > >> > >>> sebb wrote: > >> >> There are quite a lot of assertions that don't give any details if a > test fails. > >> >> > >> >> For example, the following currently fail

Re: [MATH] Documenting test failures

2009-09-06 Thread Phil Steitz
sebb wrote: > On 05/09/2009, Luc Maisonobe wrote: >> Phil Steitz a écrit : >> >>> sebb wrote: >> >> There are quite a lot of assertions that don't give any details if a >> test fails. >> >> >> >> For example, the following currently fails when using Harmony: >> >> >> >> >> testIncreasingTol

Re: [MATH] Documenting test failures

2009-09-06 Thread sebb
On 05/09/2009, Luc Maisonobe wrote: > Phil Steitz a écrit : > > > sebb wrote: > >> There are quite a lot of assertions that don't give any details if a test > fails. > >> > >> For example, the following currently fails when using Harmony: > >> > >> > testIncreasingTolerance(org.apache.commo

Re: [MATH] Documenting test failures

2009-09-05 Thread Luc Maisonobe
Phil Steitz a écrit : > sebb wrote: >> There are quite a lot of assertions that don't give any details if a test >> fails. >> >> For example, the following currently fails when using Harmony: >> >> testIncreasingTolerance(org.apache.commons.math.ode.nonstiff.AdamsBashforthIntegratorTest) >> java.l

Re: [MATH] Documenting test failures

2009-09-04 Thread Phil Steitz
sebb wrote: > There are quite a lot of assertions that don't give any details if a test > fails. > > For example, the following currently fails when using Harmony: > > testIncreasingTolerance(org.apache.commons.math.ode.nonstiff.AdamsBashforthIntegratorTest) > java.lang.AssertionError: > a

[MATH] Documenting test failures

2009-09-04 Thread sebb
There are quite a lot of assertions that don't give any details if a test fails. For example, the following currently fails when using Harmony: testIncreasingTolerance(org.apache.commons.math.ode.nonstiff.AdamsBashforthIntegratorTest) java.lang.AssertionError: at org.junit.Assert.fail(Ass