From 795b227ed376f6ea9a6e13952a79770f33766266 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 23 Jan 2013 08:30:28 -0500 Subject: [PATCH] Merged selenium tests from akquinet (pull request #65) --- .classpath | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/.classpath b/.classpath index e40223d..365b6d4 100644 --- a/.classpath +++ b/.classpath @@ -38,6 +38,18 @@ <classpathentry kind="lib" path="ext/xz-1.0.jar" sourcepath="ext/src/xz-1.0-sources.jar" /> <classpathentry kind="lib" path="ext/junit-4.10.jar" sourcepath="ext/src/junit-4.10-sources.jar" /> <classpathentry kind="lib" path="ext/hamcrest-core-1.1.jar" /> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-java-2.28.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-api-2.28.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-remote-driver-2.28.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-support-2.28.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/guava-12.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/json-20080701.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/commons-exec-1.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/httpcore-4.2.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/httpmime-4.2.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/httpclient-4.2.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/commons-logging-1.1.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-firefox-driver-2.28.0.jar"/> <classpathentry kind="output" path="bin/classes" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> </classpath> \ No newline at end of file -- Gitblit v1.9.1