classloader test fails on suse9.1, java1.4.2 when invoked via build test or ant test:
[junit] Testsuite: org.apache.tools.ant.AntClassLoaderDelegationTest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.01 sec
[junit] Testcase: testFindResources(org.apache.tools.ant.AntClassLoaderDelegationTest): FAILED
[junit] correct resources (regular delegation order) expected:<[http://ant.apache.org/org/apache/tools/ant/IncludeTest.class, file:/home/slo/Java/Apache/ant/build/testcases/org/apache/tools/ant/IncludeTest.class]> but was:<[file:/home/slo/Java/Apache/ant/build/testcases/org/apache/tools/ant/IncludeTest.class]>
[junit] junit.framework.AssertionFailedError: correct resources (regular delegation order) expected:<[http://ant.apache.org/org/apache/tools/ant/IncludeTest.class, file:/home/slo/Java/Apache/ant/build/testcases/org/apache/tools/ant/IncludeTest.class]> but was:<[file:/home/slo/Java/Apache/ant/build/testcases/org/apache/tools/ant/IncludeTest.class]>
[junit] at junit.framework.Assert.fail(Assert.java:47)
I'm also seeing a failure on winxp (SP2) when I run it from "build test", but not "ant test".
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]