/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: Marius Kruger
  • Date: 2007-03-31 20:49:06 UTC
  • mfrom: (2384 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2455.
  • Revision ID: amanic@gmail.com-20070331204906-iai2v10wk3l3lt12
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        # this should be a separate test probably, but lets check it once..
79
79
        lines = self.branch.repository.weave_store.get_weave(
80
80
            'fileid', 
81
 
            self.branch.get_transaction()).get_lines('2')
 
81
            self.branch.repository.get_transaction()).get_lines('2')
82
82
        self.assertEqual(lines, ['contents of subdir/file\n'])
83
83
 
84
84
    def test_snapshot_unchanged(self):