From a4f688450ebd1ccab0ef09374593d75ca49974c2 Mon Sep 17 00:00:00 2001 From: Jorg Pleumann <> Date: Tue, 31 Mar 2009 10:25:42 -0700 Subject: [PATCH] AI 143627: am: CL 143454 Temporarily removing the Expat test from the XML test suite, so it can be run on the RI as well. Original author: jorgp Merged from: //branches/cupcake/... Automated import of CL 143627 --- libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java b/libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java index f0e8ebd54..6a2210943 100644 --- a/libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java +++ b/libcore/xml/src/test/java/tests/api/javax/xml/parsers/AllTests.java @@ -40,7 +40,8 @@ public class AllTests { suite.addTestSuite(ParserConfigurationExceptionTest.class); suite.addTestSuite(SAXParserFactoryTest.class); suite.addTestSuite(SAXParserTest.class); - suite.addTestSuite(ExpatParserTest.class); + // TODO Move ExpatParser to impl tests package + // suite.addTestSuite(ExpatParserTest.class); // $JUnit-END$ return suite; -- 2.11.0