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