/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

  • Committer: Jelmer Vernooij
  • Date: 2018-03-30 00:38:07 UTC
  • mto: (6940.2.1 base)
  • mto: This revision was merged to the branch mainline in revision 6942.
  • Revision ID: jelmer@jelmer.uk-20180330003807-li7rwdzsfzjsatb0
Fix test.

Show diffs side-by-side

added added

removed removed

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