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

  • Committer: John Arbash Meinel
  • Date: 2006-08-15 04:51:11 UTC
  • mfrom: (1922 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1923.
  • Revision ID: john@arbash-meinel.com-20060815045111-1b6456aa306dd777
[merge] bzr.dev 1922

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
        basis_inv_txt = t.read_basis_inventory()
53
53
        basis_inv = bzrlib.xml5.serializer_v5.read_inventory_from_string(basis_inv_txt)
 
54
        basis_inv.root.revision = 'r2'
54
55
        self.assertEquals('r2', basis_inv.revision_id)
55
56
        store_inv = b.repository.get_inventory('r2')
56
57