Commit b20203ca authored by 's avatar

- fixed test

- added CHANGES.txt file with trunk only changes
parent 9aec6396
Products.DCWorkflow Changelog
Products.DCWorkflow 2.2.0 (unreleased)
-
......@@ -109,7 +109,6 @@ class DCWorkflowDefinitionTests(unittest.TestCase):
wf = self._getDummyWorkflow()
dummy = self.site._setObject( 'dummy', DummyContent() )
wftool.notifyCreated(dummy)
wf.doActionFor(dummy, 'publish', comment='foo', test='bar')
self.assertEquals(4, len(events))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment