Skip to content

Commit f8553a1

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent f0d7198 commit f8553a1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

test/test_init.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: test_init.py,v 1.11 2002-07-11 01:12:34 richard Exp $
18+
# $Id: test_init.py,v 1.12 2002-07-11 01:13:13 richard Exp $
1919

2020
import unittest, os, shutil, errno, imp, sys
2121

@@ -146,12 +146,15 @@ def suite():
146146
l.append(unittest.makeSuite(metakitClassicTestCase, 'test'))
147147
l.append(unittest.makeSuite(metakitExtendedTestCase, 'test'))
148148
except:
149-
print 'metakit module not found, skipping bsddb3 DBTestCase'
149+
print 'metakit module not found, skipping metakit DBTestCase'
150150

151151
return unittest.TestSuite(l)
152152

153153
#
154154
# $Log: not supported by cvs2svn $
155+
# Revision 1.11 2002/07/11 01:12:34 richard
156+
# Forgot to add to init tests
157+
#
155158
# Revision 1.10 2002/06/11 04:59:14 richard
156159
# enabled testing of bsddb in test_init
157160
#

0 commit comments

Comments
 (0)