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

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

Issue 6995098: Remove the nontransitioned account test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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/chromeos_login.py
===================================================================
--- chrome/test/functional/chromeos_login.py (revision 88451)
+++ chrome/test/functional/chromeos_login.py (working copy)
@@ -112,16 +112,6 @@
login_info = self.GetLoginInfo()
self.assertTrue(login_info['is_logged_in'], msg='Login failed.')
- def testNoLoginForNonTransitionedDomainAccount(self):
- """Test that login is successful with valid credentials for a domain."""
- credentials = \
- self._ValidCredentials(account_type='test_domain_account_non_transistion')
- self.Login(credentials['username'], credentials['password'])
- login_info = self.GetLoginInfo()
- self.assertFalse(login_info['is_logged_in'], msg='Login succeeded for a '
- 'non-transistioned account, this account should have not '
- 'been able to login.')
-
def testCachedCredentials(self):
"""Test that we can login without connectivity if we have so before."""
self.testGoodLogin()
« 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