~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_packagecloner.py

[r=julian-edwards][bug=789091] Fix InitialiseDistroSeries so that it
        actually initializes a derived series from multiple parents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        """Create a DistroSeries suitable for copying.
69
69
 
70
70
        Creates a distroseries with a DistroArchSeries and nominatedarchindep,
71
 
        which makes it suitable for copying because it will create some builds.
 
71
        which makes it suitable for copying because it will create some
 
72
        builds.
72
73
        """
73
74
        distro_name = "foobuntu"
74
75
        distro = self.factory.makeDistribution(name=distro_name)