[Zodb-checkins] CVS: Zope3/src/zodb/storage/tests -
test_memory.py:1.4
Barry Warsaw
barry at zope.com
Fri May 16 18:46:10 EDT 2003
Update of /cvs-repository/Zope3/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv22623
Modified Files:
test_memory.py
Log Message:
Re-enable testPackWhileWriting() for minimal memory storage.
=== Zope3/src/zodb/storage/tests/test_memory.py 1.3 => 1.4 ===
--- Zope3/src/zodb/storage/tests/test_memory.py:1.3 Fri May 16 15:47:48 2003
+++ Zope3/src/zodb/storage/tests/test_memory.py Fri May 16 17:46:09 2003
@@ -80,10 +80,6 @@
# Individual tests that can't possibly pass
- # This one can't possibly pass until Barry fixes
- # _update_refcounts().
- def testPackWhileWriting(self): pass
-
def testDatabaseVersionPersistent(self): pass
def testPackUnlinkedFromRoot(self): pass # requires undo
More information about the Zodb-checkins
mailing list