On Thu, Nov 26, 2009 at 12:34 PM, <[email protected]> wrote: > Unfortunately, I have neither selenium nor RMI configured, and > PopupPanel tests are disabled in HtmlUnit; so I haven't been able to run > the unit tests against my changes; but I used them in a project (by > overriding the files, just put them earlier in the classpath) and had > the expected result (though obviously not everything changes I made had > been "tested" this way). >
The easiest way to test with particular browsers (if you don't need to have a test farm setup anyway) is to use -runStyle Manual and connect with whatever browser you want to test. You can use -runStyle Manual:2 and test two browsers simultaneously, etc. -- John A. Tamplin Software Engineer (GWT), Google -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
