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

Merge bzr.dev.

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