OSDN Git Service

AI 143627: am: CL 143454 Temporarily removing the Expat test from the XML
authorJorg Pleumann <>
Tue, 31 Mar 2009 17:25:42 +0000 (10:25 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Tue, 31 Mar 2009 17:25:42 +0000 (10:25 -0700)
  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

index f0e8ebd..6a22109 100644 (file)
@@ -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;