> -----Original Message-----
> From: Jon Skeet [mailto:[EMAIL PROTECTED]
> 
>     [junit] Testcase:
> testVector(org.apache.tools.ant.taskdefs.optional.sitraka.Clas
> sFileTest)
> : FAILED
>     [junit] void testOneLine() expected:<3> but was:<4>
>     [junit] junit.framework.AssertionFailedError: void testOneLine()
> expected:<3> but was:<4>
> 
> Can anyone tell me what should actually be going on here, and 
> whether or
> not it should be JDK-independent?

It just checks if it reads correctly the bytecode of a class.

Without looking at the problem (I'm deep into iPlanet/Turbine debugging
right now)...in theory no, but I did not go deep into the specs to make sure
of that. It might means that the bytecode produced by the compiler is
different from all others. Is this the Eclipse embedded compiler ?

Stephane

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to