Step-by-step how I was running the tests:
1) Open Eclipse and go to Run->Run Configurations
2) Select "GWT JUnit Test" on the left and click the new test icon.
3) Put anything for the name, but for the Project put gwt-user and for
the Test Class put com.google.gwt.user.client.ui.ImageTest
4) Click the Arguments tab and under the VM Arguments put:
-Dgwt.args="-runStyle Manual:1 -web -standardsMode"
5) Click Apply, then click Run.
6) After a minute or so, you should see the following in your console:
"Please navigate your browser to this URL:
http://XXYYZZ:58926/com.google.gwt.user.UserTest.JUnit/junit-standards.html";
7) Open IE8 and navigate to the URL, then switch back to Eclipse and
watch the tests run.
8) There will be several failures.

http://gwt-code-reviews.appspot.com/1353801/

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

Reply via email to