2088
2089
self.assertIsNot(tree.path2id(path), None,
2089
2090
path+' not in working tree.')
2091
def assertNotInWorkingTree(self,path,root_path='.',tree=None):
2092
def assertNotInWorkingTree(self, path, root_path='.', tree=None):
2092
2093
"""Assert whether path or paths are not in the WorkingTree"""
2094
2095
tree = workingtree.WorkingTree.open(root_path)