~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/mail/tests/test_branchmergeproposal.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-29 08:31:43 UTC
  • mfrom: (14047.2.3 minilint-1)
  • Revision ID: launchpad@pqm.canonical.com-20110929083143-3nzwb253qvnfzl31
[r=StevenK][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
        bugtask = bug.default_bugtask
220
220
        bmp.source_branch.linkBug(bug, bmp.registrant)
221
221
        private_bug = self.factory.makeBug(
222
 
                        title='I am a private bug',
223
 
                        owner = private_bug_owner,
224
 
                        private=True)
 
222
            title='I am a private bug',
 
223
            owner=private_bug_owner,
 
224
            private=True)
225
225
        private_bugtask = private_bug.default_bugtask
226
226
        with person_logged_in(private_bug_owner):
227
227
            bmp.source_branch.linkBug(private_bug, bmp.registrant)