~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2006-12-22 05:14:34 UTC
  • mto: (2255.6.1 dirstate)
  • mto: This revision was merged to the branch mainline in revision 2322.
  • Revision ID: aaron.bentley@utoronto.ca-20061222051434-mv7zhuh0wp8hhfi8
get test suite passing

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        t._control_files.get_utf8('basis-inventory-cache')
52
52
 
53
53
        basis_inv_txt = t.read_basis_inventory()
54
 
        basis_inv = bzrlib.xml6.serializer_v6.read_inventory_from_string(basis_inv_txt)
 
54
        basis_inv = bzrlib.xml7.serializer_v7.read_inventory_from_string(basis_inv_txt)
55
55
        self.assertEquals('r2', basis_inv.revision_id)
56
56
        store_inv = b.repository.get_inventory('r2')
57
57