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

Unified Diff: client/site_tests/login_ChromeProfileSanitary/login_ChromeProfileSanitary.py

Issue 1371003: test: Add desktopui_WindowManagerFocusNewWindows. (Closed)
Patch Set: (sort of) handle the case where we need to log in Created 10 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
Index: client/site_tests/login_ChromeProfileSanitary/login_ChromeProfileSanitary.py
diff --git a/client/site_tests/login_ChromeProfileSanitary/login_ChromeProfileSanitary.py b/client/site_tests/login_ChromeProfileSanitary/login_ChromeProfileSanitary.py
index ea3c379971f2124ecbd7e7f83029b42c5841d2ad..2f6a55de565a85195588d87289c2da3d9842e6cf 100644
--- a/client/site_tests/login_ChromeProfileSanitary/login_ChromeProfileSanitary.py
+++ b/client/site_tests/login_ChromeProfileSanitary/login_ChromeProfileSanitary.py
@@ -56,7 +56,7 @@ class login_ChromeProfileSanitary(test.test):
if not logged_in:
# Test account information embedded into json file.
if not site_login.attempt_login(self, script):
- raise error.TestERROR('Could not login')
+ raise error.TestError('Could not login')
Chris Masone 2010/03/26 07:03:44 Thank you for fixing this
# Get Default/Cookies mtime.
cookies_info = os.stat(chromeos_constants.LOGIN_PROFILE + '/Cookies')

Powered by Google App Engine
This is Rietveld 408576698