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

Fred L. Drake, Jr. fred at zope.com
Mon Apr 26 02:29:37 EDT 2004


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

Modified Files:
	testStarter.py 
Log Message:
remove more clunky initialization; simply using the configuration object and
avoiding the weird handler calls makes the initialization easier to understand
(and therefore maintain)


=== Zope/lib/python/Zope/Startup/tests/testStarter.py 1.19 => 1.20 ===
--- Zope/lib/python/Zope/Startup/tests/testStarter.py:1.19	Fri Apr 23 13:54:20 2004
+++ Zope/lib/python/Zope/Startup/tests/testStarter.py	Mon Apr 26 02:29:36 2004
@@ -167,7 +167,7 @@
             instancehome <<INSTANCE_HOME>>
            zserver-threads 10""")
         starter = self.get_starter(conf)
-        starter.setupZServerThreads()
+        starter.setupZServer()
         from ZServer.PubCore import _n
         self.assertEqual(_n, 10)
 




More information about the Zope-Checkins mailing list