At 03:01 28/11/00 +0100, you wrote: >Erik Meade <[EMAIL PROTECTED]> wrote: > >> Included unit tests for Jar. > >Erik, I had to disable test5 as it failed on my machine. > >It looks as if you'd rely on the order of tests (test4 must run before >test5) and this is not portable. In my environment (IBM JDK 1.3, >Linux, JUnit 3.2) tests seem to be called in _reverse_ alphabetical >order. *Seem* to be called.
It is a jdk issue. 1.1 differs from 1.2 which differs from 1.3 with nabbing methods from reflection whichs is what junit uses IIRC. Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
