[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/tests -
test_service.py:1.5.24.3
Jim Fulton
jim at zope.com
Mon Sep 15 14:12:42 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/workflow/tests
In directory cvs.zope.org:/tmp/cvs-serv15511/src/zope/app/workflow/tests
Modified Files:
Tag: parentgeddon-branch
test_service.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/workflow/tests/test_service.py 1.5.24.2 => 1.5.24.3 ===
--- Zope3/src/zope/app/workflow/tests/test_service.py:1.5.24.2 Fri Sep 12 15:15:40 2003
+++ Zope3/src/zope/app/workflow/tests/test_service.py Mon Sep 15 14:12:42 2003
@@ -74,12 +74,12 @@
'/++etc++site/default/pd1'))
zapi.traverse(self.default.getRegistrationManager(),
n).status = ActiveStatus
- n = self.cm.addregistration(
+ n = self.cm.addRegistration(
ProcessDefinitionRegistration('definition2',
'/++etc++site/default/pd2'))
zapi.traverse(self.default.getRegistrationManager(),
n).status = ActiveStatus
- n = self.cm.addregistration(
+ n = self.cm.addRegistration(
ProcessDefinitionRegistration('definition3',
'/++etc++site/default/pd1'))
zapi.traverse(self.default.getRegistrationManager(),
More information about the Zope3-Checkins
mailing list