[Zope3-checkins] CVS: Zope3/src/zope/app/services/tests - test_serviceregistration.py:1.1.26.4

Fred L. Drake, Jr. fred at zope.com
Fri Sep 12 16:23:36 EDT 2003


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

Modified Files:
      Tag: parentgeddon-branch
	test_serviceregistration.py 
Log Message:
fix broken test


=== Zope3/src/zope/app/services/tests/test_serviceregistration.py 1.1.26.3 => 1.1.26.4 ===
--- Zope3/src/zope/app/services/tests/test_serviceregistration.py:1.1.26.3	Fri Sep 12 15:15:35 2003
+++ Zope3/src/zope/app/services/tests/test_serviceregistration.py	Fri Sep 12 16:23:36 2003
@@ -145,7 +145,7 @@
 
     def test_not_a_local_service(self):
         defineService('test_service_2', ITestService)
-        add(self.__default, 'c2', TestServiceBase())
+        self.__default['c2'] = TestServiceBase()
 
         self.assertRaises(
             TypeError,




More information about the Zope3-Checkins mailing list