84
80
def test_remove_tree_lightweight_checkout(self):
85
81
self.tree.branch.create_checkout('branch2', lightweight=True)
86
82
self.assertPathExists('branch2/foo')
88
83
output = self.run_bzr_error(
89
84
["You cannot remove the working tree from a lightweight checkout"],
93
87
self.assertPathExists('branch1/foo')
95
89
def test_remove_tree_lightweight_checkout_explicit(self):