140
139
def test_walkdirs_type_changes(self):
141
140
"""Walkdir shows the actual kinds on disk and the recorded kinds."""
144
142
tree = self.make_branch_and_tree('.')
145
143
paths = ['file1', 'file2', 'dir1/', 'dir2/']
146
144
ids = ['file1', 'file2', 'dir1', 'dir2']