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

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

Issue 5740004: Move site_chrome_test, site_logging, site_log_reader, site_crash_test into cros dir. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 12 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_BadAuthentication/login_BadAuthentication.py
diff --git a/client/site_tests/login_BadAuthentication/login_BadAuthentication.py b/client/site_tests/login_BadAuthentication/login_BadAuthentication.py
index 6f3c111e2304f7607202ee7cb1259460320eee58..7b4315caae7e7827622064d11e48649a84c15c1b 100644
--- a/client/site_tests/login_BadAuthentication/login_BadAuthentication.py
+++ b/client/site_tests/login_BadAuthentication/login_BadAuthentication.py
@@ -3,9 +3,9 @@
# found in the LICENSE file.
from autotest_lib.client.common_lib import error
-from autotest_lib.client.cros import auth_server, login, ui_test
+from autotest_lib.client.cros import auth_server, cros_ui_test, login
-class login_BadAuthentication(ui_test.UITest):
+class login_BadAuthentication(cros_ui_test.UITest):
version = 1
auto_login = False

Powered by Google App Engine
This is Rietveld 408576698