[Zodb-checkins] CVS: Zope/lib/python/ZEO/tests - testZEO.py:1.67
Tim Peters
tim.one at comcast.net
Thu May 8 14:48:42 EDT 2003
Update of /cvs-repository/Zope/lib/python/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv11075/lib/python/ZEO/tests
Modified Files:
testZEO.py
Log Message:
The newer checkPackVersionReachable() test must fail when using
a MappingStorage (which doesn't support versions), so stop trying to
test that combo.
=== Zope/lib/python/ZEO/tests/testZEO.py 1.66 => 1.67 ===
--- Zope/lib/python/ZEO/tests/testZEO.py:1.66 Tue Apr 22 15:14:39 2003
+++ Zope/lib/python/ZEO/tests/testZEO.py Thu May 8 13:48:41 2003
@@ -220,6 +220,7 @@
def checkPackEmptyStorage(self): pass
def checkPackAllRevisions(self): pass
def checkPackVersionsInPast(self): pass
+ def checkPackVersionReachable(self): pass
def checkNotUndoable(self): pass
def checkNewSerialOnCommitVersionToVersion(self): pass
def checkModifyAfterAbortVersion(self): pass
More information about the Zodb-checkins
mailing list