Reviewers: jlabanca, Description: Some of the unit tests in CreateEventTest have listeners that fire multiple times. This occasionally causes a failure in an unrelated test. Assuming that the extra firings are spurious, I've added an explicit 'cancel()' method to bypass the assertions if they fire after an individual test runs.
Also took the opportunity to get rid of some deprecation warnings and lengthen timeouts in the DialogBoxTest and MenuBarTests which flaked out on me while smoke testing this patch. Please review this at http://gwt-code-reviews.appspot.com/1223801/show Affected files: M user/test/com/google/gwt/user/client/ui/CreateEventTest.java M user/test/com/google/gwt/user/client/ui/DialogBoxTest.java M user/test/com/google/gwt/user/client/ui/MenuBarTest.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
