Reviewers: jat, Description: RunStyleHtmlUnit maps the user agent 'gecko' to FF3, but it should use gecko1_8.
Please review this at http://gwt-code-reviews.appspot.com/72806 Affected files: user/src/com/google/gwt/junit/RunStyle.java Index: user/src/com/google/gwt/junit/RunStyle.java =================================================================== --- user/src/com/google/gwt/junit/RunStyle.java (revision 6261) +++ user/src/com/google/gwt/junit/RunStyle.java (working copy) @@ -36,15 +36,6 @@ } /** - * Initialize the RunStyle after the shell has finished loading. - * - * @throws UnableToCompleteException - */ - public void init() throws UnableToCompleteException { - // nothing to do - } - - /** * Returns whether or not the local UI event loop needs to be pumped. */ public abstract boolean isLocal(); --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
