/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2008-04-09 20:24:11 UTC
  • mto: This revision was merged to the branch mainline in revision 3359.
  • Revision ID: aaron@aaronbentley.com-20080409202411-7sygk52ahrxvq3pn
Update from review comments

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():