[Zope-Checkins] CVS: ZODB3/ZODB/tests - testFileStorage.py:1.36
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 11 23:16:30 EST 2003
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv14985
Modified Files:
testFileStorage.py
Log Message:
Don't disable pack tests. They should be fixed long already.
=== ZODB3/ZODB/tests/testFileStorage.py 1.35 => 1.36 ===
--- ZODB3/ZODB/tests/testFileStorage.py:1.35 Mon Nov 3 13:56:29 2003
+++ ZODB3/ZODB/tests/testFileStorage.py Tue Nov 11 23:16:29 2003
@@ -168,15 +168,6 @@
self.failUnless(self._storage._records_before_save > 20)
- # There are a bunch of tests that the current pack() implementation
- # does not past. We need to fix pack(), but don't want tests to
- # fail until then.
-
- def checkPackVersionsInPast(self):
- pass
-
- def checkPackAfterUndoDeletion(self):
- pass
class FileStorageRecoveryTest(
StorageTestBase.StorageTestBase,
More information about the Zope-Checkins
mailing list