Commit ece4cb96 authored by Jeremy Hylton's avatar Jeremy Hylton

Put the conflict resolution test involving transactional undo in

separate class
parent 11f8e296
......@@ -122,6 +122,8 @@ class ConflictResolvingStorage:
self._dostoreNP,
oid, revid=revid1, data=zodb_pickle(obj))
class ConflictResolvingTransUndoStorage:
def checkUndoConflictResolution(self):
# This test is based on checkNotUndoable in the
# TransactionalUndoStorage test suite. Except here, conflict
......
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