166
166
def check_tree_files(self, to_open, expected_tree, expect_paths):
167
167
tree, relpaths = workingtree.WorkingTree.open_containing_paths(to_open)
168
168
self.assertEndsWith(tree.basedir, expected_tree)
171
171
def make_test_tree(self):
172
172
tree = self.make_branch_and_tree('tree')