~elementary-os/elementaryos/os-patch-ubiquity-xenial

« back to all changes in this revision

Viewing changes to tests/test_gtkui.py

  • Committer: Cody Garver
  • Date: 2016-02-17 19:28:41 UTC
  • mfrom: (1.1.5 ubiquity-xenial)
  • Revision ID: cody@elementary.io-20160217192841-pf0qnoqxqsw7pcmb
Merge in lp:~elementary-os/ubuntu-package-imports/ubiquity-xenial and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
                'ubi_question_dialog', 'question_label',
131
131
                # Calculated error string
132
132
                'label_global_error',
 
133
                'warning_password_label', 'label1', 'secureboot_label',
 
134
                # secure boot
 
135
                'disable_secureboot', 'prepare_foss_disclaimer_license',
 
136
                'label_free_space', 'label_required_space',
 
137
                'label_download_updates',
133
138
            ]
134
139
            deb_host_arch = subprocess.Popen(
135
140
                ['dpkg-architecture', '-qDEB_HOST_ARCH'],