Re: Integrating the DOM test suite in the Batik test infrastructure

Curt Arnold wrote:
> Philippe Le Hegaret was looking at testing Batik using the existing
> JUnit/Avalon adapters by using the DOM 3 Load/Save interfaces.

Batik doesn't support the JAXP API and this is currently required to run
the DOM Test Suite. I'm working on improving the bootstrapping problem
in the DOM Test Suite in order to support DOM Level 3 LS, JAXP, and do
the loading ourself. Batik doesn't support DOM Level 3 LS (yet?) so will
rely on the third solution in order to run the tests.
Loading the Document ourself requires to have a SAX2 parser but we can include
the xerces parser in the distribution. Once this loader is ok, I'll change
the DOMTestCase load method to remove its dependency with JAXP and will change
accordingly the framework bootstraps. Hopefully, I should have something stable
before the end of next week.

Philippe

Received on Wednesday, 28 November 2001 11:24:47 UTC