Author: [email protected]
Date: Tue Apr 28 08:49:38 2009
New Revision: 5290

Modified:
    trunk/user/test/com/google/gwt/dev/jjs/test/RunAsyncFailureTest.java

Log:
Remove console logging that is not supported by all browsers.

Review by: spoon



Modified:  
trunk/user/test/com/google/gwt/dev/jjs/test/RunAsyncFailureTest.java
==============================================================================
--- trunk/user/test/com/google/gwt/dev/jjs/test/RunAsyncFailureTest.java        
 
(original)
+++ trunk/user/test/com/google/gwt/dev/jjs/test/RunAsyncFailureTest.java        
 
Tue Apr 28 08:49:38 2009
@@ -84,6 +84,7 @@
    }

    private native void log(String message) /*-{
-    $wnd.console.log(message);
+    // Enable this for testing on Safari/WebKit browsers
+    // $wnd.console.log(message);
    }-*/;
  }

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

Reply via email to