79
79
other = self.sprout_to(master_tree.branch.bzrdir, 'other').open_branch()
80
80
# move the branch out of the way on disk to cause a connection
83
83
# try to pull, which should raise a BoundBranchConnectionFailure.
84
84
self.assertRaises(errors.BoundBranchConnectionFailure,
85
85
checkout.branch.pull, other)