Commit 62c5124f authored by Barry Warsaw's avatar Barry Warsaw

TransactionalUndoStorage class no longer inherits from BasicStorage

(it's a true mixin).
parent ccf1455a
# Check transactionalUndo(). Any storage that supports transactionalUndo()
# must pass these tests.
import BasicStorage, pickle
import pickle
from ZODB import POSException
ZERO = '\0'*8
class TransactionalUndoStorage(BasicStorage.BasicStorage):
class TransactionalUndoStorage:
def checkSimpleTransactionalUndo(self):
oid = self._storage.new_oid()
revid = self._dostore(oid, data=23)
......
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