[Zodb-checkins] CVS: ZODB4/src/zdaemon/tests - testDaemon.py:1.7.2.1
Jeremy Hylton
jeremy at zope.com
Thu Jun 19 14:21:38 EDT 2003
Update of /cvs-repository/ZODB4/src/zdaemon/tests
In directory cvs.zope.org:/tmp/cvs-serv9613/tests
Modified Files:
Tag: ZODB3-2-merge
testDaemon.py
Log Message:
Set the test level to make sure the handler is invoked.
=== ZODB4/src/zdaemon/tests/testDaemon.py 1.7 => 1.7.2.1 ===
--- ZODB4/src/zdaemon/tests/testDaemon.py:1.7 Thu Jun 19 12:44:36 2003
+++ ZODB4/src/zdaemon/tests/testDaemon.py Thu Jun 19 13:21:38 2003
@@ -33,6 +33,7 @@
raise TestDoneError(self.format(record))
logging.root.addHandler(TestErrorHandler())
+logging.root.setLevel(logging.ERROR)
class DaemonTest(unittest.TestCase):
More information about the Zodb-checkins
mailing list