1975
1975
def test_make_branch_and_tree_with_format(self):
1976
1976
# we should be able to supply a format to make_branch_and_tree
1977
1977
self.make_branch_and_tree('a', format=bzrlib.bzrdir.BzrDirMetaFormat1())
1980
1978
self.assertIsInstance(bzrlib.bzrdir.BzrDir.open('a')._format,
1981
1979
bzrlib.bzrdir.BzrDirMetaFormat1)
1985
1981
def test_make_branch_and_memory_tree(self):
1986
1982
# we should be able to get a new branch and a mutable tree from