[Zope3-checkins] CVS: Zope3/src/zope/app/process/tests - test_bootstrap.py:1.3.2.2

Jim Fulton jim at zope.com
Mon Sep 15 14:13:08 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/process/tests
In directory cvs.zope.org:/tmp/cvs-serv15511/src/zope/app/process/tests

Modified Files:
      Tag: parentgeddon-branch
	test_bootstrap.py 
Log Message:
Got lots of tests to pass.

Added a setitem helper function to be used to help satisfy container
contracts.



=== Zope3/src/zope/app/process/tests/test_bootstrap.py 1.3.2.1 => 1.3.2.2 ===
--- Zope3/src/zope/app/process/tests/test_bootstrap.py:1.3.2.1	Fri Sep 12 16:46:27 2003
+++ Zope3/src/zope/app/process/tests/test_bootstrap.py	Mon Sep 15 14:12:37 2003
@@ -63,7 +63,7 @@
         root = cx.root()
         self.root_folder = rootFolder()
         root[ZopePublication.root_name] = self.root_folder
-        self.service_manager = ServiceManager()
+        self.service_manager = ServiceManager(self.root_folder)
         self.root_folder.setSiteManager(self.service_manager)
         get_transaction().commit()
         cx.close()




More information about the Zope3-Checkins mailing list