[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage/tests - testall.py:1.12.4.2
Barry Warsaw
barry@wooz.org
Thu, 24 Oct 2002 16:20:14 -0400
Update of /cvs-repository/ZODB3/bsddb3Storage/bsddb3Storage/tests
In directory cvs.zope.org:/tmp/cvs-serv28118
Modified Files:
Tag: bdb-nolocks
testall.py
Log Message:
Get rid of the test_commitlog test, since the new Berkeley storages
don't use temporary commit log files.
=== ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py 1.12.4.1 => 1.12.4.2 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py:1.12.4.1 Tue Sep 10 16:57:32 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py Thu Oct 24 16:20:14 2002
@@ -16,8 +16,7 @@
import unittest
-MODULES = ('commitlog', 'create', 'virgin', 'zodb_simple', 'storage_api',
- 'whitebox')
+MODULES = ('create', 'virgin', 'zodb_simple', 'storage_api', 'whitebox')