John -

Please do a code review on this patch that disables XMLTest.testParse().  It
fails on Safari in web mode in the 1.5 branch, but it passes on all other
configs.  The files in the xml package in the 1.5 branch are identical to
the files in the trunk.

Thanks,
John LaBanca
[EMAIL PROTECTED]

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

Index: user/test/com/google/gwt/xml/client/XMLTest.java
===================================================================
--- user/test/com/google/gwt/xml/client/XMLTest.java	(revision 3762)
+++ user/test/com/google/gwt/xml/client/XMLTest.java	(working copy)
@@ -312,7 +312,13 @@
     assertEquals(top.getChildNodes().getLength(), 1);
   }
 
-  public void testParse() {
+  /**
+   * 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.
+   */
+  public void disabledTestParse() {
     Document docA = XMLParser.parse("<!--hello-->   <a spam=\"ham\">\n  <?pi hello ?>dfgdfg  <b/>\t</a>");
 
     Document docB = XMLParser.createDocument();

Reply via email to