/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/tests/per_workingtree/test_walkdirs.py

Fix the remaining tests for brz-git!

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
        expected_dirblocks = [
111
111
            (('', tree.path2id('')),
112
 
             ([dirblocks[1].as_tuple(), dirblocks[3].as_tuple()]
113
 
                 if (tree.has_versioned_directories() or file_status != self.missing) else []) +
 
112
             [dirblocks[1].as_tuple()] +
 
113
             ([dirblocks[3].as_tuple()]
 
114
                 if (tree.has_versioned_directories() or file_status == self.unknown) else []) +
114
115
             [dirblocks[0].as_tuple()]
115
116
            ),
116
117
            (dirblocks[1].as_dir_tuple(),