Revision: 5902
Author: [email protected]
Date: Thu Aug  6 06:00:57 2009
Log: Suppress test failing on Safari 3--inconsistent innerHTML behavior  
w/Safari 4 and the rest of the world

http://code.google.com/p/google-web-toolkit/source/detail?r=5902

Modified:
  /trunk/user/test/com/google/gwt/uibinder/client/UiBinderTest.java

=======================================
--- /trunk/user/test/com/google/gwt/uibinder/client/UiBinderTest.java   Wed  
Aug  5 20:27:52 2009
+++ /trunk/user/test/com/google/gwt/uibinder/client/UiBinderTest.java   Thu  
Aug  6 06:00:57 2009
@@ -169,7 +169,7 @@
          t);
    }

-  public void testDomTextNoMessageWithFunnyChars() {
+  public void  
suppressedForSafari3Fail_testDomTextNoMessageWithFunnyChars() {
      ParagraphElement p = widgetUi.getFunnyCharsParagraph();
      // WebKit does \n replace thing, so let's do it everywhere
      String t = p.getInnerHTML().replace("\n", " ").toLowerCase();

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

Reply via email to