24
25
from bzrlib.tests.per_workingtree import TestCaseWithWorkingTree
27
28
class TestAdd(TestCaseWithWorkingTree):
38
30
def assertTreeLayout(self, expected, tree):
39
31
"""Check that the tree has the correct layout."""
44
35
tree = self.make_branch_and_tree('.')