Commit 3ed99948 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

erp5_workflow_test_data: typo correction.

parent 20a1cbb2
......@@ -63,7 +63,7 @@ class TestERP5WorkflowMixin(ERP5TypeTestCase):
# self.assertEqual(new_object.getDescription(), "After script was executed.")
### zwj: mechanism: validate => validate interaction =>
### setTitle => setTitle interaction => setDescription
self.assertEqual(new_object.getDescription(), "'Interaction of setTitle executed. setTitle is appeared in after validate script.")
self.assertEqual(new_object.getDescription(), "Interaction of setTitle executed. setTitle is appeared in after validate script.")
def test_02_testBeforeScript(self):
new_object = self.getTestObject()
......
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