Author: ajaquith
Date: Thu Jun 12 22:10:45 2008
New Revision: 667348

URL: http://svn.apache.org/viewvc?rev=667348&view=rev
Log:
Upgraded Selenium-RC jars to 1.0-beta1. Selenium still does not work with 
FireFox 3, unfortunately. :( But hope springs eternal.

Modified:
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=667348&r1=667347&r2=667348&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Thu Jun 12 22:10:45 2008
@@ -112,6 +112,7 @@
   <property name="webtests.port"     value="10024" />
   <property name="webtests.shutdown" value="19041" />
   <property name="webtests.temp"     value="${java.io.tmpdir}/webtests" />
+  <property name="selenium-rc.jar"   
value="tests/lib/selenium-server-1.0-beta1.jar" />
 
   <!-- The place where the javadocs are created -->
 
@@ -851,7 +852,7 @@
 
       <!-- Start Selenium tests -->
       <echo message="Running web unit tests for context '@{context}'."/>
-      <java jar="tests/lib/selenium-server-0.9.2-patched.jar" fork="true"
+      <java jar="${selenium-rc.jar}" fork="true"
         output="${webtests.build}/@{context}/selenium/selenium.log">
         <!--
         <arg line="-browserSessionReuse" />


Reply via email to