63
63
def test_remove_colo(self):
64
64
# Remove a colocated branch.
66
66
tree.bzrdir.create_branch(name="otherbranch")
67
67
self.assertTrue(tree.bzrdir.has_branch('otherbranch'))
68
68
self.run_bzr('rmbranch %s,branch=otherbranch' % tree.bzrdir.user_url)