117
117
self.assertEqual((True, False), left.detect_changes(right))
118
118
self.assertEqual((True, False), right.detect_changes(left))
121
file = InventoryEntry('123', 'hello.c', 'file', ROOT_ID)
125
dir = InventoryEntry('123', 'hello.c', 'directory', ROOT_ID)
129
link = InventoryEntry('123', 'hello.c', 'symlink', ROOT_ID)
121
133
class TestEntryDiffing(TestCaseInTempDir):