[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup/tests - testStarter.py:1.15

Fred L. Drake, Jr. fred at zope.com
Tue Apr 13 13:56:55 EDT 2004


Update of /cvs-repository/Zope/lib/python/Zope/Startup/tests
In directory cvs.zope.org:/tmp/cvs-serv19668

Modified Files:
	testStarter.py 
Log Message:
zLOG._call_initialize no longer exists, so don't check it; there is
no equivalent


=== Zope/lib/python/Zope/Startup/tests/testStarter.py 1.14 => 1.15 ===
--- Zope/lib/python/Zope/Startup/tests/testStarter.py:1.14	Tue Apr 13 10:24:51 2004
+++ Zope/lib/python/Zope/Startup/tests/testStarter.py	Tue Apr 13 13:56:55 2004
@@ -120,7 +120,6 @@
            </eventlog>""")
         starter = ZopeStarter(conf)
         starter.setupStartupHandler()
-        self.assert_(not zLOG._call_initialize)
 
         # startup handler should take on the level of the event log handler
         # with the lowest level




More information about the Zope-Checkins mailing list