~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/tests/test_bugtask.py

Merged db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
705
705
            bug_task_2, name='+editstatus', form=form, principal=user)
706
706
        self.assertEqual(1, len(view.errors))
707
707
        self.assertEqual(
708
 
            'This bug has already been reported on mouse (ubuntu).',
 
708
            'A fix for this bug has already been requested for mouse in '
 
709
            'Ubuntu',
709
710
            view.errors[0])
710
711
 
711
712
    def setUpRetargetMilestone(self):