[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup/tests -
testStarter.py:1.14
Fred L. Drake, Jr.
fred at zope.com
Tue Apr 13 10:24:52 EDT 2004
Update of /cvs-repository/Zope/lib/python/Zope/Startup/tests
In directory cvs.zope.org:/tmp/cvs-serv11892/Zope/Startup/tests
Modified Files:
testStarter.py
Log Message:
Use the logging configuration component from ZConfig instead of the zLOG
implementation. The configuration aspects of zLOG are about to disappear.
=== Zope/lib/python/Zope/Startup/tests/testStarter.py 1.13 => 1.14 ===
--- Zope/lib/python/Zope/Startup/tests/testStarter.py:1.13 Fri Apr 9 17:21:57 2004
+++ Zope/lib/python/Zope/Startup/tests/testStarter.py Tue Apr 13 10:24:51 2004
@@ -121,8 +121,6 @@
starter = ZopeStarter(conf)
starter.setupStartupHandler()
self.assert_(not zLOG._call_initialize)
- self.assertEqual(starter.startup_handler.formatter,
- zLOG.EventLogger.formatters['file'])
# startup handler should take on the level of the event log handler
# with the lowest level
More information about the Zope-Checkins
mailing list