On 06/03/2008, Hasan Diwan <[EMAIL PROTECTED]> wrote:
> On 06/03/2008, sebb <[EMAIL PROTECTED]> wrote:
> > I've just discovered that JUnit 3.8.2 contains a 1.4+ method call:
> >
> > Boolean.valueOf(boolean)
> >
> > This is used by the methods:
> >
> >assertEquals([String message,]
On 06/03/2008, sebb <[EMAIL PROTECTED]> wrote:
> I've just discovered that JUnit 3.8.2 contains a 1.4+ method call:
>
> Boolean.valueOf(boolean)
>
> This is used by the methods:
>
>assertEquals([String message,] boolean expected, boolean actual)
>
> So any builds that are intended for 1.
I've just discovered that JUnit 3.8.2 contains a 1.4+ method call:
Boolean.valueOf(boolean)
This is used by the methods:
assertEquals([String message,] boolean expected, boolean actual)
So any builds that are intended for 1.3 should ensure that they are
using 3.8.1, rather than 3.8.2 (w