[Zodb-checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.66

Jeremy Hylton jeremy at zope.com
Tue Apr 22 16:14:40 EDT 2003


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv31535/ZEO/tests

Modified Files:
	testZEO.py 
Log Message:
Disable two tests that aren't expected to work with MappingStorage.


=== ZODB3/ZEO/tests/testZEO.py 1.65 => 1.66 ===
--- ZODB3/ZEO/tests/testZEO.py:1.65	Tue Apr  8 17:40:40 2003
+++ ZODB3/ZEO/tests/testZEO.py	Tue Apr 22 15:14:39 2003
@@ -211,6 +211,8 @@
     def checkTransactionalUndoAfterPack(self): pass
     def checkSimpleTransactionalUndo(self): pass
     def checkReadMethods(self): pass
+    def checkPackAfterUndoDeletion(self): pass
+    def checkPackAfterUndoManyTimes(self): pass
     def checkPackVersions(self): pass
     def checkPackUnlinkedFromRoot(self): pass
     def checkPackOnlyOneObject(self): pass




More information about the Zodb-checkins mailing list