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

Unified Diff: tools/testing/webdriver_test_setup.py

Issue 11262017: Update status file for ie10 html tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | « tests/html/html.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/webdriver_test_setup.py
===================================================================
--- tools/testing/webdriver_test_setup.py (revision 14033)
+++ tools/testing/webdriver_test_setup.py (working copy)
@@ -296,7 +296,7 @@
"""Find the latest version."""
if (tag == 'a' and attrs[0][0] == 'href' and
self.rejection_func(attrs[0][1])):
- self.latest = self.better_func(attrs[0][1], self.latest)
+ self.latest = self.accept_func(attrs[0][1], self.latest)
class OperaInstaller(object):
"""Install from the Opera FTP website."""
« no previous file with comments | « tests/html/html.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698