Merge pull request #57 from bebef1987/latest-version

Update to selenium 2.22.0
This commit is contained in:
Stephen Donner 2012-05-30 09:04:45 -07:00
Родитель f33cc7258c ded5babf05
Коммит 9359ae0f01
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -11,7 +11,12 @@
<mkdir dir="lib"/>
<get src="http://selenium.googlecode.com/files/selenium-server-standalone-${selenium.version}.jar"
dest="lib"
usetimestamp="true"/>
usetimestamp="true"
ignoreerrors="yes"/>
<available file="lib/selenium-server-standalone-${selenium.version}.jar" property="selenium.present"/>
<fail unless="selenium.present" message="Unable to locate lib/selenium-server-standalone-${selenium.version}.jar"/>
</target>
<target name="set-config">

Просмотреть файл

@ -1,4 +1,4 @@
selenium.version = 2.21.0
selenium.version = 2.22.0
production.hostnames.regex = qa(\-selenium[0-9]*\.mv\.mozilla\.com|[0-9]*\-\w+)
nonaddressable.hostnames.regex = qa[0-9]*\-\w+
production.hub.host = qa-selenium.mv.mozilla.com