~mvo/ubuntu-sso-client/strawman-lp711413

« back to all changes in this revision

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

  • Committer: Alejandro J. Cura
  • Date: 2011-06-23 06:15:42 UTC
  • mto: This revision was merged to the branch mainline in revision 722.
  • Revision ID: alecu@canonical.com-20110623061542-qmmykn0pdtij9lh8
remove pdbs and register to signals

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    client = UbuntuSSOClient()
34
34
    client = yield client.connect()
35
35
    client.sso_cred.on_credentials_found_cb = found
36
 
    creds = yield client.sso_cred.login_or_register_to_get_credentials('test0',
 
36
    yield client.sso_cred.register_to_signals()
 
37
    creds = yield client.sso_cred.login_or_register_to_get_credentials('Ubuntu One',
37
38
                                                    'http://www.google.com',
38
39
                                                    'This is a test.', 0)
39
40
    print "called ok"