/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: Canonical.com Patch Queue Manager
  • Date: 2008-02-28 03:22:58 UTC
  • mfrom: (3146.8.20 no-inventory5)
  • Revision ID: pqm@pqm.ubuntu.com-20080228032258-4mdmqlx603ak6x2w
Implement checkout entirely via dirstate (abentley)

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):