Author: fabb...@google.com Date: Thu Dec 11 22:59:31 2008 New Revision: 4330
Modified: trunk/user/test/com/google/gwt/user/client/ui/CheckBoxTest.java Log: Removing a build-breaking test that was merged in my cherrypick at r4314 or 1.6's c4298... the test isn't valid without code that wasn't in the cherrypick, namely 1.6's c4263 Modified: trunk/user/test/com/google/gwt/user/client/ui/CheckBoxTest.java ============================================================================== --- trunk/user/test/com/google/gwt/user/client/ui/CheckBoxTest.java (original) +++ trunk/user/test/com/google/gwt/user/client/ui/CheckBoxTest.java Thu Dec 11 22:59:31 2008 @@ -111,12 +111,6 @@ cb.setValue(true, true); assertTrue(h.received); - try { - cb.setValue(null); - fail("Should throw IllegalArgumentException"); - } catch (IllegalArgumentException e) { - /* pass */ - } } static class ListenerTester implements ClickListener { --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---