[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage/tests - testall.py:1.12.4.1

Barry Warsaw barry@wooz.org
Tue, 10 Sep 2002 16:57:33 -0400


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

Modified Files:
      Tag: bdb-nolocks
	testall.py 
Log Message:
MODULES: added the whitebox tests


=== ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py 1.12 => 1.12.4.1 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py:1.12	Mon Feb 11 18:40:43 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/tests/testall.py	Tue Sep 10 16:57:32 2002
@@ -16,7 +16,8 @@
 
 import unittest
 
-MODULES = ('commitlog', 'create', 'virgin', 'zodb_simple', 'storage_api')
+MODULES = ('commitlog', 'create', 'virgin', 'zodb_simple', 'storage_api',
+           'whitebox')