[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Workflow/tests - testWorkflowService.py:1.2.24.3
Ulrich Eck
ueck@net-labs.de
Wed, 4 Dec 2002 12:15:19 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Workflow/tests
In directory cvs.zope.org:/tmp/cvs-serv17582/tests
Modified Files:
Tag: sprintathon-wf-branch
testWorkflowService.py
Log Message:
finally have working unittests for workflowservice
=== Zope3/lib/python/Zope/App/Workflow/tests/testWorkflowService.py 1.2.24.2 => 1.2.24.3 ===
--- Zope3/lib/python/Zope/App/Workflow/tests/testWorkflowService.py:1.2.24.2 Wed Dec 4 12:06:57 2002
+++ Zope3/lib/python/Zope/App/Workflow/tests/testWorkflowService.py Wed Dec 4 12:15:19 2002
@@ -111,7 +111,7 @@
return pd1, pd2
- def dont_testGetProcessDefiniton(self):
+ def testGetProcessDefiniton(self):
pd1, pd2 = self.setupProcessDefinitions()
self.assertEqual(pd1, self.ws.getProcessDefinition('pd1_name'))