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

  • Committer: Jelmer Vernooij
  • Date: 2020-08-10 13:20:54 UTC
  • mto: (7490.40.103 work)
  • mto: This revision was merged to the branch mainline in revision 7521.
  • Revision ID: jelmer@jelmer.uk-20200810132054-gvpbr2tcgyavnqu5
Fix some more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
        self.assertEqual(
335
335
            'new_name/child',
336
336
            find_previous_path(tree, preview_tree, 'old_name/child'))
337
 
        if tree.supports_setting_file_ids:
 
337
        if tree.supports_setting_file_ids():
338
338
            self.assertEqual(
339
339
                tree.path2id('old_name/child'),
340
340
                preview_tree.path2id('new_name/child'))