~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_basis_inventory.py

  • Committer: Patch Queue Manager
  • Date: 2012-02-07 00:57:24 UTC
  • mfrom: (6405.2.18 bzr)
  • Revision ID: pqm@pqm.ubuntu.com-20120207005724-xvfawh5exf1ohusu
(jelmer) Rename Tree.inventory to Tree.root_inventory. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
        self.assertTrue(t._transport.has('basis-inventory-cache'))
42
42
 
43
 
        basis_inv = t.basis_tree().inventory
 
43
        basis_inv = t.basis_tree().root_inventory
44
44
        self.assertEquals('r1', basis_inv.revision_id)
45
45
 
46
46
        store_inv = b.repository.get_inventory('r1')