Updating selenium because the latest Firefox won't work with previous version

pull/1/head
Raymond Yee 2012-07-05 10:25:47 -07:00
parent 9152655587
commit 3401f138d0
3 changed files with 2 additions and 2 deletions

2
fabfile.py vendored
View File

@ -92,7 +92,7 @@ def email_addresses():
def selenium():
"""setting up selenium to run in the background on RY's laptop"""
with cd('/Users/raymondyee/D/Document/Gluejar/Gluejar.github/regluit'):
local("java -jar test/selenium-server-standalone-2.20.0.jar > selenium-rc.log 2>&1 &")
local("java -jar test/selenium-server-standalone-2.24.1.jar > selenium-rc.log 2>&1 &")
def test():
"""run regluit tests locally"""

View File

@ -49,7 +49,7 @@ Pyzotero==0.9.4
rdflib==3.1.0
redis==2.4.11
requests==0.9.1
selenium==2.20.0
selenium==2.24.0
South==0.7.3
ssh==1.7.13
wsgiref==0.1.2