[Zope3-checkins] CVS: Zope3/src/zodb/zeo/tests - test_zeo.py:1.12

Jeremy Hylton jeremy@zope.com
Fri, 16 May 2003 18:53:48 -0400


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):