Mercurial > p > roundup > code
diff test/db_test_base.py @ 3155:57b60bda9473
Python 2.3 minimum version - bye bye roundup.rlog, you had a short life.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 14 Feb 2005 02:48:12 +0000 |
| parents | dbf80d7db63f |
| children | e629e0057136 |
line wrap: on
line diff
--- a/test/db_test_base.py Mon Feb 14 00:11:36 2005 +0000 +++ b/test/db_test_base.py Mon Feb 14 02:48:12 2005 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: db_test_base.py,v 1.59 2005-02-13 22:38:57 richard Exp $ +# $Id: db_test_base.py,v 1.60 2005-02-14 02:48:12 richard Exp $ import unittest, os, shutil, errno, imp, sys, time, pprint @@ -38,8 +38,9 @@ # uncomment the following to have excessive debug output from test cases # FIXME: tracker logging level should be increased by -v arguments # to 'run_tests.py' script -#config.LOGGING_LEVEL = "DEBUG" -#config.init_logging() +config.LOGGING_FILENAME = "/tmp/logfile" +config.LOGGING_LEVEL = "DEBUG" +config.init_logging() def setupTracker(dirname, backend="anydbm"): """Install and initialize new tracker in dirname; return tracker instance.
