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

Unified Diff: chrome/test/chromedriver/continuous_archive.py

Issue 13827002: [chromedriver] Run tests against 27. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | chrome/test/chromedriver/run_all_tests.py » ('j') | chrome/test/chromedriver/run_all_tests.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/continuous_archive.py
diff --git a/chrome/test/chromedriver/continuous_archive.py b/chrome/test/chromedriver/continuous_archive.py
index 6b311967994bc9b7e4c7264d4850ddddb68427f4..90cea78b05a0b9443613ab12b3441691d76aa209 100644
--- a/chrome/test/chromedriver/continuous_archive.py
+++ b/chrome/test/chromedriver/continuous_archive.py
@@ -14,6 +14,7 @@ sys.path.insert(0, os.path.join(_THIS_DIR, os.pardir, 'pylib'))
from common import util
CHROME_26_REVISION = '181664'
+CHROME_27_REVISION = '191744'
kkania 2013/04/08 23:34:21 use base trunk version
chrisgao (Use stgao instead) 2013/04/08 23:52:54 Done.
_SITE = 'http://commondatastorage.googleapis.com/chromium-browser-continuous'
« no previous file with comments | « no previous file | chrome/test/chromedriver/run_all_tests.py » ('j') | chrome/test/chromedriver/run_all_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698