~ubuntu-branches/ubuntu/precise/ubuntu-sso-client/precise-updates

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Rodney Dawes
  • Date: 2012-06-29 17:00:20 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20120629170020-itj2pc7ko0hd7j8i
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        self.assertEqual(wizard.buttons_text[QtGui.QWizard.CancelButton],
60
60
            "Cancel")
61
61
        self.assertIn(('setButtonLayout',
62
 
            (([QtGui.QWizard.BackButton, QtGui.QWizard.Stretch],), {})),
 
62
            (([],), {})),
63
63
            wizard.called)
64
64
        self.assertTrue(button.properties['default'])
65
65
        self.assertFalse(button.isEnabled())