This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push: new 4ecf409f9 Enable some Xerces test cases now that XERCESJ-1582 is fixed 4ecf409f9 is described below commit 4ecf409f986412f16d808de01ec5026abe2c49a7 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Dec 17 10:55:32 2023 +0000 Enable some Xerces test cases now that XERCESJ-1582 is fixed --- .../src/test/java/org/apache/axiom/ts/dom/XercesTest.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/testing/dom-testsuite/src/test/java/org/apache/axiom/ts/dom/XercesTest.java b/testing/dom-testsuite/src/test/java/org/apache/axiom/ts/dom/XercesTest.java index 99b9461f7..8daac8d4d 100644 --- a/testing/dom-testsuite/src/test/java/org/apache/axiom/ts/dom/XercesTest.java +++ b/testing/dom-testsuite/src/test/java/org/apache/axiom/ts/dom/XercesTest.java @@ -23,8 +23,6 @@ import javax.xml.parsers.DocumentBuilderFactory; import junit.framework.TestCase; import junit.framework.TestSuite; -import org.apache.axiom.ts.dom.document.TestLookupNamespaceURIWithEmptyDocument; -import org.apache.axiom.ts.dom.document.TestLookupPrefixWithEmptyDocument; import org.apache.axiom.ts.dom.element.TestLookupNamespaceURIXercesJ1586; import org.apache.xerces.jaxp.DocumentBuilderFactoryImpl; @@ -39,10 +37,6 @@ public class XercesTest extends TestCase { } }); - // XERCESJ-1582 - builder.exclude(TestLookupNamespaceURIWithEmptyDocument.class); - builder.exclude(TestLookupPrefixWithEmptyDocument.class); - // XERCESJ-1586 builder.exclude(TestLookupNamespaceURIXercesJ1586.class);