Dear Fop-devs,
is there a specific reason why URIResolutionTestCase is disabled?
May I re-enable it (as in the attached patch)?
Background: Before I do further URI-Resolver patching / moving I would
like to test the current behavior as not to break anything.
Max
Index: test/java/org/apache/fop/UtilityCodeTestSuite.java
===================================================================
--- test/java/org/apache/fop/UtilityCodeTestSuite.java (revision 689009)
+++ test/java/org/apache/fop/UtilityCodeTestSuite.java (working copy)
@@ -50,6 +50,7 @@
suite.addTest(new TestSuite(ElementListUtilsTestCase.class));
suite.addTest(new TestSuite(BasicEventTestCase.class));
suite.addTest(new TestSuite(XMLResourceBundleTestCase.class));
+ suite.addTest(new TestSuite(URIResolutionTestCase.class));
//$JUnit-END$
return suite;
}