Commit 4f785719 authored by Jim Fulton's avatar Jim Fulton

Removed support for non-transactional-undo-supporting storages.

parent 8b6b21aa
......@@ -59,6 +59,5 @@ class ReadOnlyStorage:
self.assertRaises(ReadOnlyError, self._storage.store,
'\000' * 8, None, '', '', t)
if self._storage.supportsTransactionalUndo():
self.assertRaises(ReadOnlyError, self._storage.undo,
'\000' * 8, t)
self.assertRaises(ReadOnlyError, self._storage.undo,
'\000' * 8, t)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment