~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/test_lp_directory.py

  • Committer: Andrew Bennetts
  • Date: 2010-12-14 23:14:44 UTC
  • mfrom: (5569 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5570.
  • Revision ID: andrew.bennetts@canonical.com-20101214231444-uubf7zjbg8q92ocs
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
    """Test expansions for ubuntu: and debianlp: schemes."""
362
362
 
363
363
    def setUp(self):
364
 
        tests.TestCase.setUp(self)
 
364
        super(TestDebuntuExpansions, self).setUp()
365
365
        self.directory = LaunchpadDirectory()
366
366
 
367
367
    def _make_factory(self, package='foo', distro='ubuntu', series=None):