270
270
def test_snapshot_merge_identical_different_revid(self):
271
271
# This tests that a commit with two identical parents, one of which has
272
272
# a different revision id, results in a new revision id in the entry.
273
274
other_ie = inventory.InventoryFile('fileid', 'newname', self.file_1.parent_id)
274
275
other_ie = inventory.InventoryFile('fileid', 'file', self.file_1.parent_id)