[Zodb-checkins] CVS: Zope/lib/python/ZEO/tests - testZEO.py:1.71
Tim Peters
tim.one at comcast.net
Fri May 30 15:31:16 EDT 2003
Update of /cvs-repository/Zope/lib/python/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv17505/lib/python/ZEO/tests
Modified Files:
testZEO.py
Log Message:
checkPackUndoLog and checkUndoLogMetadata can't pass when using
MappingStorage (it doesn't support undo).
=== Zope/lib/python/ZEO/tests/testZEO.py 1.70 => 1.71 ===
--- Zope/lib/python/ZEO/tests/testZEO.py:1.70 Fri May 30 14:17:10 2003
+++ Zope/lib/python/ZEO/tests/testZEO.py Fri May 30 14:31:16 2003
@@ -209,6 +209,8 @@
def checkUndoConflictResolution(self): pass
def checkUndoCommitVersion(self): pass
def checkUndoAbortVersion(self): pass
+ def checkPackUndoLog(self): pass
+ def checkUndoLogMetadata(self): pass
def checkTwoObjectUndoAtOnce(self): pass
def checkTwoObjectUndoAgain(self): pass
def checkTwoObjectUndo(self): pass
@@ -247,7 +249,6 @@
def checkAbortOneVersionCommitTheOther(self): pass
def checkResolve(self): pass
def check4ExtStorageThread(self): pass
-
test_classes = [FileStorageTests, MappingStorageTests]
More information about the Zodb-checkins
mailing list