62
62
self.assert_('src-id' in inv)
67
for args in [('src', 'directory', 'src-id'),
68
('doc', 'directory', 'doc-id'),
69
('src/hello.c', 'file', 'hello-id'),
70
('src/bye.c', 'file', 'bye-id'),
80
], [(path, ie.file_id) for path, ie in inv.iter_entries()])
65
83
"""Inventory remembers the text's version."""