File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: test_db.py,v 1.30 2002-07-14 06:06:34 richard Exp $
18+ # $Id: test_db.py,v 1.31 2002-07-14 23:17:45 richard Exp $
1919
2020import unittest , os , shutil , time
2121
@@ -506,6 +506,7 @@ def suite():
506506 unittest .makeSuite (anydbmDBTestCase , 'test' ),
507507 unittest .makeSuite (anydbmReadOnlyDBTestCase , 'test' )
508508 ]
509+ # return unittest.TestSuite(l)
509510
510511 try :
511512 import bsddb
@@ -532,6 +533,9 @@ def suite():
532533
533534#
534535# $Log: not supported by cvs2svn $
536+ # Revision 1.30 2002/07/14 06:06:34 richard
537+ # Did some old TODOs
538+ #
535539# Revision 1.29 2002/07/14 04:03:15 richard
536540# Implemented a switch to disable journalling for a Class. CGI session
537541# database now uses it.
You can’t perform that action at this time.
0 commit comments