[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/tests - test_service.py:1.7

Naveen P pnaveen at zeomega.com
Thu Dec 18 04:57:20 EST 2003


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

Modified Files:
	test_service.py 
Log Message:
Applied the containment constraints on the PluggableAuthorisationService, PrincipalSource, Registration Manager and Adapter Registration.


=== Zope3/src/zope/app/workflow/tests/test_service.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/workflow/tests/test_service.py:1.6	Sun Sep 21 13:34:03 2003
+++ Zope3/src/zope/app/workflow/tests/test_service.py	Thu Dec 18 04:57:18 2003
@@ -22,7 +22,7 @@
 from zope.app import zapi
 from zope.interface import implements
 from zope.interface.verify import verifyClass
-
+from zope.app.container.contained import Contained
 from zope.app.interfaces.annotation import IAttributeAnnotatable
 from zope.app.interfaces.services.registration import IRegisterable
 from zope.app.interfaces.services.registration import IRegistered
@@ -36,7 +36,7 @@
 from zope.app.workflow.service import ProcessDefinitionRegistration
 
 # define and create dummy ProcessDefinition (PD) for tests
-class DummyProcessDefinition:
+class DummyProcessDefinition(Contained):
     implements(IProcessDefinition, IAttributeAnnotatable, IRegisterable,
                IRegistered)
 




More information about the Zope3-Checkins mailing list