[Zodb-checkins] CVS: Zope3/src/zodb/zeo/tests - test_zeo.py:1.12
Jeremy Hylton
jeremy at zope.com
Fri May 16 19:53:48 EDT 2003
Update of /cvs-repository/Zope3/src/zodb/zeo/tests
In directory cvs.zope.org:/tmp/cvs-serv31839/src/zodb/zeo/tests
Modified Files:
test_zeo.py
Log Message:
Get more ZEO tests working.
=== Zope3/src/zodb/zeo/tests/test_zeo.py 1.11 => 1.12 ===
--- Zope3/src/zodb/zeo/tests/test_zeo.py:1.11 Fri May 16 17:49:36 2003
+++ Zope3/src/zodb/zeo/tests/test_zeo.py Fri May 16 18:53:47 2003
@@ -154,8 +154,16 @@
# storage, but the pack tests assume that the storage also supports
# multiple revisions.
+ # ZEO doesn't provide iterators, so some tests will be incomplete
+ # or skipped.
+
def testUnicodeTransactionAttributes(self):
- # This test requires an iterator to run.
+ pass
+
+ def testTransactionalUndoIterator(self):
+ pass
+
+ def _iterate(self):
pass
class FileStorageTests(UndoVersionStorageTests):
More information about the Zodb-checkins
mailing list