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

Unified Diff: functional/popups.py

Issue 6735061: Correcting a TypeError in popups pyauto test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/
Patch Set: Created 9 years, 9 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: functional/popups.py
===================================================================
--- functional/popups.py (revision 80393)
+++ functional/popups.py (working copy)
@@ -73,7 +73,7 @@
while attempts < 3:
if self.GetActiveTabTitle(window_index=1) != \
'Popup created using window.open':
- logging.debug('Attempt %s' % attempts+1)
+ logging.debug('Attempt %d' % attempts+1)
Nirnimesh 2011/04/05 17:43:02 put space around +
sunandt 2011/04/05 17:45:24 Done.
self.NavigateToURL(file_url, 1, 0)
attempts = attempts + 1
else:
« 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