[Zodb-checkins] CVS: Zope3/src/zodb/storage/tests - test_config.py:1.5

Barry Warsaw barry@wooz.org
Wed, 22 Jan 2003 17:04:25 -0500


Update of /cvs-repository/Zope3/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv17239

Modified Files:
	test_config.py 
Log Message:
add some useful imports <wink>


=== Zope3/src/zodb/storage/tests/test_config.py 1.4 => 1.5 ===
--- Zope3/src/zodb/storage/tests/test_config.py:1.4	Wed Jan 22 16:53:26 2003
+++ Zope3/src/zodb/storage/tests/test_config.py	Wed Jan 22 17:04:23 2003
@@ -125,6 +125,7 @@
 
 class BerkeleyTestCase(StorageTestBase):
     def testFullStorage(self):
+        from zodb.storage.bdbfull import BDBFullStorage
         sample = """
         <Storage>
         type       BDBFullStorage
@@ -147,6 +148,7 @@
         self.assert_(self.storage._config.cachesize, 1000)
 
     def testMinimalStorage(self):
+        from zodb.storage.bdbminimal import BDBMinimalStorage
         sample = """
         <Storage>
         type       BDBMinimalStorage