66
66
self.assertEqual(b_branch.base, b_branch_ref.base)
68
68
def test_bad_repo_format(self):
71
71
a_branch = repo.bzrdir.create_branch()
75
75
def test_good_repo_format(self):
78
78
a_branch = repo.bzrdir.create_branch()
79
79
wt_b = self.extract_in_checkout(a_branch)
80
80
self.assertEqual(wt_b.branch.repository.bzrdir.transport.base,