[Zope-Checkins] CVS: Zope/lib/python/ZODB/tests - testDemoStorage.py:1.9

Barry Warsaw barry at zope.com
Mon Dec 29 18:37:35 EST 2003


Update of /cvs-repository/Zope/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv12354

Modified Files:
	testDemoStorage.py 
Log Message:
checkLoadBeforeVersion(): This test can't pass for this storage.


=== Zope/lib/python/ZODB/tests/testDemoStorage.py 1.8 => 1.9 ===
--- Zope/lib/python/ZODB/tests/testDemoStorage.py:1.8	Wed Dec 24 11:01:58 2003
+++ Zope/lib/python/ZODB/tests/testDemoStorage.py	Mon Dec 29 18:37:34 2003
@@ -39,6 +39,10 @@
         # XXX Need to implement a real loadBefore for DemoStorage?
         pass
 
+    def checkLoadBeforeVersion(self):
+        # XXX Need to implement a real loadBefore for DemoStorage?
+        pass
+
 
 def test_suite():
     suite = unittest.makeSuite(DemoStorageTests, 'check')




More information about the Zope-Checkins mailing list