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

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

Issue 9570025: Fix pyauto process_test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/process_count.py
diff --git a/chrome/test/functional/process_count.py b/chrome/test/functional/process_count.py
index ca17e7aadddd104bcf7258abd45c774c8ea0fe72..42fcb587f72e3fb53c68c3e566be50467a89ed74 100755
--- a/chrome/test/functional/process_count.py
+++ b/chrome/test/functional/process_count.py
@@ -53,6 +53,8 @@ class ProcessCountTest(pyauto.PyUITest):
pyauto.PyUITest.setUp(self)
+ self.NavigateToURL('about:blank')
+
def _VerifyProcessCount(self, num_expected):
"""Verifies the number of Chrome-related processes is as expected.
« 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