/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-07-15 18:45:17 UTC
  • mto: (7045.3.3 python3-r)
  • mto: This revision was merged to the branch mainline in revision 7047.
  • Revision ID: jelmer@jelmer.uk-20180715184517-1ipa50jg36zvglc5
Fix another 300 tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
        tt = transform.TreeTransform(tree)
180
180
        root_transaction_id = tt.trans_id_tree_path('')
181
181
        tt.new_symlink('link1',
182
 
            root_transaction_id, 'link-target', 'link1')
 
182
            root_transaction_id, 'link-target', b'link1')
183
183
        tt.new_symlink('link2',
184
 
            root_transaction_id, 'link-target', 'link2')
 
184
            root_transaction_id, 'link-target', b'link2')
185
185
        tt.apply()
186
186
        tree.controldir.root_transport.delete_tree('dir1')
187
187
        tree.controldir.root_transport.delete_tree('dir2')