~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/tests/emailinterface.txt

  • Committer: Curtis Hovey
  • Date: 2011-08-12 14:35:12 UTC
  • mto: This revision was merged to the branch mainline in revision 13685.
  • Revision ID: curtis.hovey@canonical.com-20110812143512-9q65a6t7xt9gk5cw
Hushed lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
    # Define an helper to change the question status easily.
130
130
    >>> def setQuestionStatus(question, new_status):
131
131
    ...     login('foo.bar@canonical.com')
132
 
    ...     msg = question.setStatus(foo_bar, new_status, 'Status Change',
 
132
    ...     question.setStatus(foo_bar, new_status, 'Status Change',
133
133
    ...                            datecreated=now.next())
134
134
    ...     login('no-priv@canonical.com')
135
135