[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/tests - testServiceConfiguration.py:1.3
Jim Fulton
jim@zope.com
Thu, 5 Dec 2002 12:00:45 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/tests
In directory cvs.zope.org:/tmp/cvs-serv29329/ServiceManager/tests
Modified Files:
testServiceConfiguration.py
Log Message:
Created SimpleConfiguration and ComponentConfiguration objects out of
ServiceConfiguration objects to make other component configurations
easier to develop
=== Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/tests/testServiceConfiguration.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/tests/testServiceConfiguration.py:1.2 Sat Nov 30 13:39:18 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/tests/testServiceConfiguration.py Thu Dec 5 12:00:44 2002
@@ -98,8 +98,8 @@
self.__config = traverse(default, 'configure/1')
- def test_getService(self):
- self.assertEqual(self.__config.getService(), self.__c)
+ def test_getComponent(self):
+ self.assertEqual(self.__config.getComponent(), self.__c)
def test_activated(self):
old = self.__c._bound