summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c962438)
raw | patch | inline | side by side (parent: c962438)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 14 Jul 2002 23:17:45 +0000 (23:17 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sun, 14 Jul 2002 23:17:45 +0000 (23:17 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@880 57a73879-2fb5-44c3-a270-3262357dd7e2
test/test_db.py | patch | blob | history |
diff --git a/test/test_db.py b/test/test_db.py
index 1e851ae778ef1988651f4a7fc0069a11c74fec84..54a8bbdcf58be3126d827a7e3de6cda914dd5a47 100644 (file)
--- a/test/test_db.py
+++ b/test/test_db.py
# 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
unittest.makeSuite(anydbmDBTestCase, 'test'),
unittest.makeSuite(anydbmReadOnlyDBTestCase, 'test')
]
+# return unittest.TestSuite(l)
try:
import bsddb
#
# $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.