Chromium Code Reviews| 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,15 @@ |
| 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. |
| +- Zip all of common into common.zip. |
|
chrisgao (Use stgao instead)
2013/04/05 15:41:09
How about adding commands for all steps?
kkania
2013/04/05 17:31:26
Done.
|
| - 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 {} \; |