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

Unified Diff: chrome/test/functional/browser.py

Issue 7834050: Include chrome version info in a test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/browser.py
diff --git a/chrome/test/functional/browser.py b/chrome/test/functional/browser.py
index 5270d7e9e293804f4e6bc27f003c6a01abeabbfc..4ba9d972589345d7a3fb5d448e3aa54a1ae0a32c 100644
--- a/chrome/test/functional/browser.py
+++ b/chrome/test/functional/browser.py
@@ -72,6 +72,7 @@ class BrowserTest(pyauto.PyUITest):
info = self.GetBrowserInfo()
# Verify valid version string
version_string = info['properties']['ChromeVersion']
+ logging.info('ChromeVersion: %s' % version_string)
self.assertTrue(re.match('\d+\.\d+\.\d+.\.\d+', version_string))
# Verify browser process
self.assertEqual(types.IntType, type(info['browser_pid']))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698