Mercurial > p > roundup > code
diff test/test_init.py @ 856:826f6e689836
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 11 Jul 2002 01:13:13 +0000 |
| parents | 335b49965293 |
| children | 2dd862af72ee |
line wrap: on
line diff
--- a/test/test_init.py Thu Jul 11 01:12:34 2002 +0000 +++ b/test/test_init.py Thu Jul 11 01:13:13 2002 +0000 @@ -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 @@ 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 #
