~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to plugin-viewer-gtk.py

  • Committer: Michael McCracken
  • Date: 2013-02-27 16:08:49 UTC
  • mto: (5757.1.55 main-u1)
  • mto: This revision was merged to the branch mainline in revision 5933.
  • Revision ID: mike.mccracken@canonical.com-20130227160849-uftbi1tgexdvechw
- Send token to keyring helper as urlencoded single line.
- add env vars for keyring helper binary and keyring name, for use while testing
- add test for calling keyring helper

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    page_gtk = plugin_module.PageGtk(mock_controller)
71
71
    page_gtk.plugin_translate("en")
72
72
 
 
73
    # this user password is for the Ubuntu SSO plugin, to test keyring
 
74
    # creation.
 
75
    page_gtk._user_password = "test keyring password"
 
76
 
73
77
    win.button_next.connect(
74
78
        "clicked", _on_button_next_clicked)
75
79
    win.button_back.connect(