[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage/tests - test_storage_api.py:1.25

Barry Warsaw barry@wooz.org
Tue, 5 Nov 2002 18:22:24 -0500


Update of /cvs-repository/ZODB3/bsddb3Storage/bsddb3Storage/tests
In directory cvs.zope.org:/tmp/cvs-serv4828

Modified Files:
	test_storage_api.py 
Log Message:
FullRecoveryTest: We now pass 
checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot()


=== ZODB3/bsddb3Storage/bsddb3Storage/tests/test_storage_api.py 1.24 => 1.25 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/tests/test_storage_api.py:1.24	Tue Nov  5 18:07:32 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/tests/test_storage_api.py	Tue Nov  5 18:22:24 2002
@@ -72,12 +72,6 @@
         self._zap_dbhome(DST_DBHOME)
 
 
-    def checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot(self):
-        # the current berkeley storage fails this test, but we don't
-        # intend to fix it for this version of the code.
-        pass
-
-
 class AutopackTest(BerkeleyTestBase.AutopackTestBase, BasicStorage):
     def checkVersionedStoreAndLoad(self):
         # This storage doesn't support versions, so we should get an exception