IDEMPIERE-92 Implement Selenium testing framework. Upgrade to selenium 2.31.0 to support Firefox 18 and Firefox 19.

This commit is contained in:
Heng Sin Low 2013-03-05 21:11:43 +08:00
parent 225fdead85
commit 8a4b77af9f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/selenium-server-standalone-2.27.0.jar" sourcepath="lib/selenium-server-2.27.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/selenium-server-standalone-2.31.0.jar" sourcepath="lib/selenium-server-2.31.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/fitlibraryweb-2.0.jar" sourcepath="lib/fitlibraryweb-2.0-sources.jar"/>
<classpathentry exported="true" kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry exported="true" kind="lib" path="lib/fitnesse.jar"/>

View File

@ -6,5 +6,5 @@ bin.includes = META-INF/,\
lib/fitlibrary-2.0.jar,\
lib/log4j-1.2.16.jar,\
lib/fitlibraryweb-2.0.jar,\
lib/selenium-server-standalone-2.27.0.jar,\
WEB-INF/
WEB-INF/,\
lib/selenium-server-standalone-2.31.0.jar