Revision: 7420
Author: [email protected]
Date: Fri Jan 15 15:04:10 2010
Log: Snip stray println

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

Modified:
 /trunk/user/test/com/google/gwt/user/client/ui/AnchorTest.java

=======================================
--- /trunk/user/test/com/google/gwt/user/client/ui/AnchorTest.java Mon Oct 26 16:46:02 2009 +++ /trunk/user/test/com/google/gwt/user/client/ui/AnchorTest.java Fri Jan 15 15:04:10 2010
@@ -285,7 +285,6 @@
     assertEquals("Hieronymous", anchor.getElement().getAttribute("name"));

     anchor.setTabIndex(42);
-    System.err.println(anchor.getElement().getPropertyInt("tabIndex"));
     assertEquals(42, anchor.getElement().getPropertyInt("tabIndex"));
   }

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

Reply via email to