[Zope-Checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.65
Barry Warsaw
barry@wooz.org
Tue, 8 Apr 2003 17:40:41 -0400
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv16727
Modified Files:
testZEO.py
Log Message:
Another test MappingStorage won't pass.
=== ZODB3/ZEO/tests/testZEO.py 1.64 => 1.65 ===
--- ZODB3/ZEO/tests/testZEO.py:1.64 Tue Apr 8 15:19:41 2003
+++ ZODB3/ZEO/tests/testZEO.py Tue Apr 8 17:40:40 2003
@@ -237,6 +237,7 @@
def checkAbortVersion(self): pass
def checkAbortOneVersionCommitTheOther(self): pass
def checkResolve(self): pass
+ def check4ExtStorageThread(self): pass
test_classes = [FileStorageTests, MappingStorageTests]