Adds support for running GWT Unit Tests through a Selenium-RC server.
For information about Selenium-RC, see: http://selenium-rc.openqa.org/
Right now, it does not allow you do perform any of the neat things
Selenium will allow you to do, but simply uses the client/server
infrastructure to launch a browser to talk to the GWTServlet instance
started by JUnitShell. Selenium-RC handles a lot of nasty problems when
launching a browser - like handling startup/shutdown dialogs that require
user interaction and allowing more than one mozilla instance to run on a
machine at a time.
GWT will be packaged with the client and server jars in the tools directory.
The client jar will be bundled in to gwt-user.jar and you can add
selenium servers as targets to run the GWT unit tests against by setting the
property -Dgwt.selenium.hosts when you run 'ant'.
Patch by: jgw,zundel
Review by: jgw
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@3005 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/user/.classpath b/eclipse/user/.classpath
index e7b1f4c..8e4fa1b 100644
--- a/eclipse/user/.classpath
+++ b/eclipse/user/.classpath
@@ -7,6 +7,7 @@
<classpathentry exported="true" kind="var" path="GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2.jar" sourcepath="/GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2-src.zip"/>
<classpathentry exported="true" kind="var" path="GWT_TOOLS/lib/junit/junit-3.8.1.jar" sourcepath="/GWT_TOOLS/lib/junit/junit-3.8.1-src.zip"/>
<classpathentry exported="true" kind="var" path="GWT_TOOLS/lib/tomcat/servlet-api-2.4.jar" sourcepath="/GWT_TOOLS/lib/tomcat/jakarta-tomcat-5.0.28-src.zip"/>
+ <classpathentry kind="var" path="GWT_TOOLS/lib/selenium/selenium-java-client-driver.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/gwt-dev-windows"/>
<classpathentry kind="output" path="bin"/>
</classpath>