~ubuntuone-control-tower/ubuntu-sso-client/trunk

« back to all changes in this revision

Viewing changes to ubuntu_sso/qt/tests/test_enchanced_line_edit.py

  • Committer: Tarmac
  • Author(s): Natalia B. Bidart
  • Date: 2012-02-24 18:13:24 UTC
  • mfrom: (884.1.15 use-login-only)
  • Revision ID: tarmac-20120224181324-ff3b9wofu64ueas8
- Move the 'choose sign in page' to client code (U1 control panel
  in this case) (LP: #933576).
- Make use of the 'login_only' parameter that is being passed to the
  UbuntuSSOWizard (LP: #939558).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
import collections
20
20
 
 
21
from PyQt4 import QtGui, QtCore
21
22
from twisted.trial.unittest import TestCase
22
23
 
23
 
# pylint: disable=E1101
24
 
 
25
 
from PyQt4 import QtGui, QtCore
26
 
 
27
 
from ubuntu_sso.qt.gui import EnhancedLineEdit
 
24
from ubuntu_sso.qt.sso_wizard_page import EnhancedLineEdit
28
25
 
29
26
 
30
27
class EnhancedLineEditTestCase(TestCase):