~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/bzrdir_implementations/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-10 21:03:48 UTC
  • mfrom: (3242.2.20 repository-policy)
  • Revision ID: pqm@pqm.ubuntu.com-20080410210348-pb55271fnuv0huk0
Reorganize repository acquisition policy

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        return self.bzrdir
87
87
 
88
88
    def make_bzrdir(self, relpath, format=None):
 
89
        if format is None:
 
90
            format = self.bzrdir_format
89
91
        return super(TestCaseWithBzrDir, self).make_bzrdir(
90
 
            relpath, format=self.bzrdir_format)
 
92
            relpath, format=format)
91
93
 
92
94
 
93
95
def test_suite():