[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage/tests - test_zodb_simple.py:1.8.2.2
Barry Warsaw
barry@wooz.org
Tue, 22 Oct 2002 19:08:13 -0400
Update of /cvs-repository/ZODB3/bsddb3Storage/bsddb3Storage/tests
In directory cvs.zope.org:/tmp/cvs-serv21528
Modified Files:
Tag: bdb-nolocks
test_zodb_simple.py
Log Message:
Comment out the Minimal tests but enable the Full tests.
=== ZODB3/bsddb3Storage/bsddb3Storage/tests/test_zodb_simple.py 1.8.2.1 => 1.8.2.2 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/tests/test_zodb_simple.py:1.8.2.1 Tue Sep 10 17:06:56 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/tests/test_zodb_simple.py Tue Oct 22 19:08:13 2002
@@ -81,8 +81,8 @@
def test_suite():
suite = unittest.TestSuite()
- suite.addTest(unittest.makeSuite(MinimalCommitAndRead, 'check'))
- #suite.addTest(unittest.makeSuite(FullCommitAndRead, 'check'))
+ #suite.addTest(unittest.makeSuite(MinimalCommitAndRead, 'check'))
+ suite.addTest(unittest.makeSuite(FullCommitAndRead, 'check'))
return suite