Commit 6a2bc4d2 authored by Julien Muchembled's avatar Julien Muchembled

Fix TestCrmReports.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27938 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a61b7900
......@@ -129,7 +129,7 @@ class CrmTestCase(ERP5ReportTestCase):
self._doWorkflowAction(ev,'assign_action',
follow_up_ticket_type = ticket.getPortalType(),
follow_up_ticket_title = ticket.getTitle())
ev.acknowledge()
self._doWorkflowAction(ev, 'acknowledge_action')
elif simulation_state == 'cancelled':
ev.receive()
ev.cancel()
......
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