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