~kelemeng/checkbox/bug868571

« back to all changes in this revision

Viewing changes to hwtest_gtk/gtk_interface.py

  • Committer: Marc Tardif
  • Date: 2007-10-04 23:12:10 UTC
  • Revision ID: marc.tardif@canonical.com-20071004231210-unxckndkgndxfdp6
Refactored questions to use templates and scripts which fixes bug #149195.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
                'radiobutton_no': 'no',
82
82
                'radiobutton_skip': 'skip'})
83
83
            data = self._get_textview('textview_answer')
84
 
            question.create_answer(status, data)
 
84
            question.set_answer(status, data)
85
85
 
86
86
        return response
87
87