Revision: 9503
Author: [email protected]
Date: Thu Jan  6 06:39:51 2011
Log: Re-enable XML parse test, which was previously failing in one Safari configuration in Production Mode in the 1.5 release branch

Review at http://gwt-code-reviews.appspot.com/1229801

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9503

Modified:
 /trunk/user/test/com/google/gwt/xml/client/XMLTest.java

=======================================
--- /trunk/user/test/com/google/gwt/xml/client/XMLTest.java Wed Mar 24 05:13:52 2010 +++ /trunk/user/test/com/google/gwt/xml/client/XMLTest.java Thu Jan 6 06:39:51 2011
@@ -321,12 +321,11 @@
   }

   /**
- * This test is failing on one Safari configuration in web mode in the 1.5 - * release branch, but it passes in all other configurations and in the trunk. - * The files in the xml package are identical between the trunk and the 1.5
-   * branch.
+   * At one point, this test was failing on one Safari configuration in
+   * Production Mode in the 1.5 release branch.
    */
-  public void disabledTestParse() {
+  @DoNotRunWith({Platform.HtmlUnitUnknown})
+  public void testParse() {
Document docA = XMLParser.parse("<!--hello--> <a spam=\"ham\">\n <?pi hello ?>dfgdfg <b/>\t</a>");

     Document docB = XMLParser.createDocument();

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to