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

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

Issue 10270038: Fix pyauto test: testSpecialURLTabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/special_tabs.py
diff --git a/chrome/test/functional/special_tabs.py b/chrome/test/functional/special_tabs.py
index 4b5dc291e5bd472e9f59ea670514294897fc7066..55b2524c56dded30a21bb8e98f0b1cb69c3c83b1 100755
--- a/chrome/test/functional/special_tabs.py
+++ b/chrome/test/functional/special_tabs.py
@@ -274,7 +274,7 @@ class SpecialTabsTest(pyauto.PyUITest):
self.assertTrue(self.WaitUntil(
lambda: self.GetActiveTabTitle(), expect_retval=expected_title),
msg='Title did not match for %s. Expected: %s. Got %s' % (
- url, expect_retval, self.GetActiveTabTitle()))
+ url, expected_title, self.GetActiveTabTitle()))
include_list = []
exclude_list = []
no_csp = 'CSP' in properties and not properties['CSP']
« 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