Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: README.chromium

Issue 13688002: [chromedriver] Update Java tests to latest selenium release, 2.31. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webdriver/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | common.zip » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
===================================================================
--- README.chromium (revision 192389)
+++ README.chromium (working copy)
@@ -1,8 +1,8 @@
Name: WebDriver
Short Name: WebDriver
-URL: http://selenium.googlecode.com/svn/tags/selenium-2.22.0
-Version: 2.22
-Revision: 17049
+URL: https://code.google.com/p/selenium
+Version: 2.31
+Revision: 1bd294d185a80fa4206dfeab80ba773c04ac33c0
License: Apache 2.0
License File: LICENSE
Security Critical: no
@@ -14,16 +14,17 @@
acceptance tests.
Local Modifications:
-- Applied changes in patch.diff (for testing with the unreleased ChromeDriver).
+- Applied changes in patch.diff.
- Added prebuilt standalone java test jar by running:
./go //java/client/test/org/openqa/selenium/chrome:test:uber
cp build/java/client/test/org/openqa/selenium/chrome/test-standalone.jar .
-- Moved java/client/test/keystore to top level directory.
+- Copied java/client/test/keystore to top level directory.
+ cp java/client/test/keystore .
+- Zip all of common into common.zip
+ zip -r common.zip common
- Removed all files except for:
- common/
+ common.zip
keystore
LICENSE
README.chromium
test-standalone.jar
-- Removed all svn/git files:
- find \( -name ".svn" -o -name ".gitignore" \) -exec rm -rf {} \;
« no previous file with comments | « no previous file | common.zip » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698