119
119
def test_no_such_id(self):
120
120
error = errors.NoSuchId("atree", "anid")
121
121
self.assertEqualDiff("The file id \"anid\" is not present in the tree "
125
125
def test_no_such_revision_in_tree(self):
126
126
error = errors.NoSuchRevisionInTree("atree", "anid")
130
129
self.assertIsInstance(error, errors.NoSuchRevision)
132
131
def test_not_write_locked(self):