161
165
def test_apply_delta_illegal(self):
162
166
# A file-id cannot appear in a delta more than once
163
167
inv = self.make_inventory('tree-root')
165
169
("a", "a", "id-1", InventoryFile('id-1', 'a', 'tree-root')),
166
170
("a", "b", "id-1", InventoryFile('id-1', 'b', 'tree-root')),