Reviewers: zundel,
Description:
Re-enable XML parse test, which was previously failing in one Safari
configuration in Production Mode in the 1.5 release branch
Please review this at http://gwt-code-reviews.appspot.com/1229801/show
Affected files:
M user/test/com/google/gwt/xml/client/XMLTest.java
Index: user/test/com/google/gwt/xml/client/XMLTest.java
===================================================================
--- user/test/com/google/gwt/xml/client/XMLTest.java (revision 9425)
+++ user/test/com/google/gwt/xml/client/XMLTest.java (working copy)
@@ -321,12 +321,10 @@
}
/**
- * 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() {
+ 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