~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Fix initseries to support multiple parents as an argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
            '5.10', None, bat.owner)
229
229
 
230
230
        self.breezy.changeslist = 'breezy-changes@ubuntu.com'
231
 
        ids = InitialiseDistroSeries(bat, self.breezy)
 
231
        ids = InitialiseDistroSeries(self.breezy, [bat])
232
232
        ids.initialise()
233
233
 
234
234
        fake_chroot = self.addMockFile('fake_chroot.tar.gz')