IDEMPIERE-92 Implement Selenium testing framework. Upgrade to selenium 2.31.0 to support Firefox 18 and Firefox 19.
This commit is contained in:
parent
225fdead85
commit
8a4b77af9f
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
<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/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/log4j-1.2.16.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/fitnesse.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/fitnesse.jar"/>
|
||||||
|
|
|
@ -6,5 +6,5 @@ bin.includes = META-INF/,\
|
||||||
lib/fitlibrary-2.0.jar,\
|
lib/fitlibrary-2.0.jar,\
|
||||||
lib/log4j-1.2.16.jar,\
|
lib/log4j-1.2.16.jar,\
|
||||||
lib/fitlibraryweb-2.0.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
|
||||||
|
|
Loading…
Reference in New Issue