From d17078172c42dad440c34039dcd6386a0a3f3a22 Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 11 Jul 2002 01:13:13 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@868 57a73879-2fb5-44c3-a270-3262357dd7e2 --- test/test_init.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/test_init.py b/test/test_init.py index e316b72..09b3029 100644 --- a/test/test_init.py +++ b/test/test_init.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: test_init.py,v 1.11 2002-07-11 01:12:34 richard Exp $ +# $Id: test_init.py,v 1.12 2002-07-11 01:13:13 richard Exp $ import unittest, os, shutil, errno, imp, sys @@ -146,12 +146,15 @@ def suite(): l.append(unittest.makeSuite(metakitClassicTestCase, 'test')) l.append(unittest.makeSuite(metakitExtendedTestCase, 'test')) except: - print 'metakit module not found, skipping bsddb3 DBTestCase' + print 'metakit module not found, skipping metakit DBTestCase' return unittest.TestSuite(l) # # $Log: not supported by cvs2svn $ +# Revision 1.11 2002/07/11 01:12:34 richard +# Forgot to add to init tests +# # Revision 1.10 2002/06/11 04:59:14 richard # enabled testing of bsddb in test_init # -- 2.30.2