/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 bzrlib/tests/workingtree_implementations/test_inv.py

  • Committer: John Arbash Meinel
  • Date: 2008-03-14 10:55:37 UTC
  • mfrom: (3275 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3281.
  • Revision ID: john@arbash-meinel.com-20080314105537-v9h2ue0uxvs1dyn6
[merge] bzr.dev 3275

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        wt.apply_inventory_delta([('foo', 'baz', 'foo-id',
79
79
            inventory.InventoryDirectory('foo-id', 'baz', root_id))])
80
80
        # foo/bar should have been followed the rename of its parent to baz/bar
 
81
        self.assertEqual('baz', wt.id2path('foo-id'))
81
82
        self.assertEqual('baz/bar', wt.id2path('bar-id'))
82
83
 
83
84
    def test_rename_dir_with_children_with_children(self):