/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/test_transform.py

  • Committer: Jelmer Vernooij
  • Date: 2018-03-22 02:29:39 UTC
  • mto: (6885.5.2 extract-paths2ids)
  • mto: This revision was merged to the branch mainline in revision 6896.
  • Revision ID: jelmer@jelmer.uk-20180322022939-ebz3dqpy351u7ibj
Use specific_files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2943
2943
                              specific_files=specific_files))
2944
2944
        tree = tt._tree
2945
2945
        tt.apply()
2946
 
        actual_result = list(tree.iter_entries_by_dir(specific_file_ids))
 
2946
        actual_result = list(tree.iter_entries_by_dir(
 
2947
            specific_files=specific_files))
2947
2948
        self.assertEqual(actual_result, preview_result)
2948
2949
 
2949
2950
    def test_iter_entries_by_dir_new(self):