From: "Berin Loritsch" <[EMAIL PROTECTED]> > The tests in Cocoon's build are failing. We should strive to keep > them working correctly.
I've added them to the Gump run. While I was there I also told Gump where to get Javadocs to be able to publish them. > The list of tests that have failed are: > >TEST org.apache.cocoon.components.resolver.test.ResolverImplTestCase >TEST org.apache.cocoon.util.test.NetUtilsTestCase >Testsuite: >org.apache.cocoon.components.resolver.test.ResolverImplTestCase > >If the tests are wrong, we need to fix the tests. If the code is bad we >Need to fix the code. The problem was that the ComponentManager can't find the Resolver because of different roles: - in Resolver there is: String ROLE = "org.apache.cocoon.components.resolver.Resolver" - in resolver.xconf there is class="org.apache.cocoon.components.resolver.ResolverImpl" - in ResolverImplTestCase.xtest there is org.apache.avalon.excalibur.xml.EntityResolver I've patched the testcase to the Cocoon implementation which is currently used. It seems the correct thing to do. Now it's not finding the files for the test. Still hacking... -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) --------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]