[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage/tests - test_zodb_simple.py:1.8.2.1

Barry Warsaw barry@wooz.org
Tue, 10 Sep 2002 17:06:56 -0400


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

Modified Files:
      Tag: bdb-nolocks
	test_zodb_simple.py 
Log Message:
Disable the Full tests in the branch since Full hasn't yet been
converted.


=== ZODB3/bsddb3Storage/bsddb3Storage/tests/test_zodb_simple.py 1.8 => 1.8.2.1 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/tests/test_zodb_simple.py:1.8	Fri Aug 23 13:16:12 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/tests/test_zodb_simple.py	Tue Sep 10 17:06:56 2002
@@ -82,7 +82,7 @@
 def test_suite():
     suite = unittest.TestSuite()
     suite.addTest(unittest.makeSuite(MinimalCommitAndRead, 'check'))
-    suite.addTest(unittest.makeSuite(FullCommitAndRead, 'check'))
+    #suite.addTest(unittest.makeSuite(FullCommitAndRead, 'check'))
     return suite