~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_store.py

  • Committer: Martin Pool
  • Date: 2008-05-02 02:31:14 UTC
  • mfrom: (3399 +trunk)
  • mto: (3408.1.1 doc)
  • mto: This revision was merged to the branch mainline in revision 3409.
  • Revision ID: mbp@sourcefrog.net-20080502023114-y2gcg3w3jc770j9m
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
        self._transaction = transactions.ReadOnlyTransaction()
434
434
        vf = self.vfstore.get_weave_or_empty('id', self._transaction)
435
435
        self.assertRaises(errors.ReadOnlyError, vf.add_lines, 'b', [], [])
436