35
35
branch_paths = ("branch/", "branch/original/", "branch/original/file1",
37
37
self.build_tree(branch_paths)
39
smart_add(("branch",), False, True)
41
41
self.assertNotEqual(branch.inventory.path2id(path), None)
43
43
def test_add_above_tree_preserves_tree(self):
44
44
"""Test nested trees are not affect by an add above them."""
47
46
paths = ("original/", "original/file1", "original/file2")
49
48
full_child_paths = ("original/child", "original/child/path")