From: richard Date: Sun, 14 Jul 2002 23:17:45 +0000 (+0000) Subject: minor change to make testing easier X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb971f6ca7b96d270b39921bf0cb7af3d5a8cbd8;p=roundup.git minor change to make testing easier git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@880 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/test/test_db.py b/test/test_db.py index 1e851ae..54a8bbd 100644 --- a/test/test_db.py +++ b/test/test_db.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: test_db.py,v 1.30 2002-07-14 06:06:34 richard Exp $ +# $Id: test_db.py,v 1.31 2002-07-14 23:17:45 richard Exp $ import unittest, os, shutil, time @@ -506,6 +506,7 @@ def suite(): unittest.makeSuite(anydbmDBTestCase, 'test'), unittest.makeSuite(anydbmReadOnlyDBTestCase, 'test') ] +# return unittest.TestSuite(l) try: import bsddb @@ -532,6 +533,9 @@ def suite(): # # $Log: not supported by cvs2svn $ +# Revision 1.30 2002/07/14 06:06:34 richard +# Did some old TODOs +# # Revision 1.29 2002/07/14 04:03:15 richard # Implemented a switch to disable journalling for a Class. CGI session # database now uses it.