1943
1944
def test_make_branch_and_tree_with_format(self):
1944
1945
# we should be able to supply a format to make_branch_and_tree
1945
1946
self.make_branch_and_tree('a', format=bzrlib.bzrdir.BzrDirMetaFormat1())
1947
1948
bzrlib.bzrdir.BzrDirMetaFormat1)
1949
1950
def test_make_branch_and_memory_tree(self):