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

  • Committer: Jelmer Vernooij
  • Date: 2017-11-12 20:07:32 UTC
  • mto: This revision was merged to the branch mainline in revision 6819.
  • Revision ID: jelmer@jelmer.uk-20171112200732-ehxgen03s9jphe8n
Swap arguments for get_symlink_target and kind/stored_kind.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        tree.lock_write()
53
53
        try:
54
54
            self.assertEqual(tree.path2id('sub-tree'), sub_tree_root_id)
55
 
            self.assertEqual(tree.kind(sub_tree_root_id), 'tree-reference')
 
55
            self.assertEqual(tree.kind('sub-tree'), 'tree-reference')
56
56
            tree.commit('commit reference')
57
57
            basis = tree.basis_tree()
58
58
            basis.lock_read()