I am trying to test a patch to TextWriter.java but am running into some problems with running the JUnit tests.
Specifically, all tests that rely on AbstractXMLDbClient seem to be falling over with a null pointer exception. This is because the client field of that class is never being initialised. Is there something I should be sorting out in my configuration of the Xindice source to avoid this problem? Regards Geoff Shuetrim