On 12/22/05, Armin Waibel <[EMAIL PROTECTED]> wrote: > This is really strange! I update my local branch again, remove all > unkown files and run the "clean" task before "junit" - same result! > > Three new test failures. I don't think it's platform specific
Running against hsqldb or derby, I get the same errors as you did when running ant junit But when running the tests separately: ant -Dojb.testsToRun=org/apache/ojb/broker/metadata/CustomAttributesTest.java junit ant -Dojb.testsToRun=org/apache/ojb/broker/metadata/MetadataTest.java junit ant -Dojb.testsToRun=org/apache/ojb/broker/cache/ObjectCacheTest.java junit then all pass without problems. Therefore, I think that one of the tests executed before them affects them somehow, but I cannot really tell how (don't really know these tests). Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
