[Bps-public-commit] RTx-TakeScreenshots branch, master, updated. 08646c5eaecab73c7a72e56e7b2f4451e927d442
Shawn Moore
sartak at bestpractical.com
Thu Apr 28 13:52:16 EDT 2011
The branch, master has been updated
via 08646c5eaecab73c7a72e56e7b2f4451e927d442 (commit)
from 2d1615197a5b88abf15adcc2bffc87494bdc86ea (commit)
Summary of changes:
...b2.jar => selenium-server-standalone-2.0b3.jar} | Bin 17299486 -> 21485611 bytes
bin/start-selenium | 2 +-
2 files changed, 1 insertions(+), 1 deletions(-)
rename bin/{selenium-server-standalone-2.0b2.jar => selenium-server-standalone-2.0b3.jar} (75%)
- Log -----------------------------------------------------------------
commit 08646c5eaecab73c7a72e56e7b2f4451e927d442
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Apr 28 13:44:28 2011 -0400
Upgrade to selenium server 2.0b3
We need this to run on Firefox 4
diff --git a/bin/selenium-server-standalone-2.0b2.jar b/bin/selenium-server-standalone-2.0b3.jar
similarity index 75%
rename from bin/selenium-server-standalone-2.0b2.jar
rename to bin/selenium-server-standalone-2.0b3.jar
index 815f25b..d512a9e 100644
Binary files a/bin/selenium-server-standalone-2.0b2.jar and b/bin/selenium-server-standalone-2.0b3.jar differ
diff --git a/bin/start-selenium b/bin/start-selenium
index fc4af64..0a6bf75 100755
--- a/bin/start-selenium
+++ b/bin/start-selenium
@@ -1,2 +1,2 @@
#!/bin/sh
-java -jar bin/selenium-server-standalone-2.0b2.jar "$@"
+java -jar bin/selenium-server-standalone-2.0b3.jar "$@"
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list