~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/archiveuploader/tests/test_uploadprocessor.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-02 15:19:38 UTC
  • mfrom: (13144.1.3 notify-announce-list)
  • Revision ID: launchpad@pqm.canonical.com-20110602151938-tawdrs82nnt4fp3q
[r=wgrant][no-qa] Drop announce_list from notify() and
        PackageUpload.acceptFromQueue(), leaving it up to notify() internals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1438
1438
        # just-uploaded changesfile from librarian.
1439
1439
        self.layer.txn.commit()
1440
1440
 
1441
 
        upload.queue_root.acceptFromQueue('announce@ubuntu.com')
 
1441
        upload.queue_root.acceptFromQueue()
1442
1442
 
1443
1443
        # 'biscuit_1.0-2' building on i386 get accepted and published.
1444
1444
        packager.buildVersion('1.0-2', suite=self.breezy.name, arch="i386")