/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/per_bzrdir/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2011-11-24 15:48:29 UTC
  • mfrom: (6289 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6337.
  • Revision ID: v.ladeuil+lp@free.fr-20111124154829-avowjpsxdl8yp2vz
merge trunk resolving conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
            self.bzrdir = self.make_bzrdir(None)
50
50
        return self.bzrdir
51
51
 
52
 
    def make_bzrdir(self, relpath, format=None):
53
 
        if format is None:
54
 
            format = self.bzrdir_format
55
 
        return super(TestCaseWithBzrDir, self).make_bzrdir(
56
 
            relpath, format=format)
 
52
    def get_default_format(self):
 
53
        return self.bzrdir_format
57
54
 
58
55
 
59
56
def load_tests(standard_tests, module, loader):