Commit fbd737e7 authored by Vincent Pelletier's avatar Vincent Pelletier

testCMFActivity: Execute any further activity in TryActiveProcess.

parent c87a57b1
Pipeline #19844 failed with stage
...@@ -430,6 +430,9 @@ class TestCMFActivity(ERP5TypeTestCase, LogInterceptor): ...@@ -430,6 +430,9 @@ class TestCMFActivity(ERP5TypeTestCase, LogInterceptor):
result = active_process.getResultList()[0] result = active_process.getResultList()[0]
self.assertEqual(result.method_id , 'getTitle') self.assertEqual(result.method_id , 'getTitle')
self.assertEqual(result.result , self.title1) self.assertEqual(result.result , self.title1)
# Execute any further activity which may have been spawned by activity
# execution (ex: fulltext indeation of the active process).
self.tic()
def TryActiveProcessWithResultDict(self, activity): def TryActiveProcessWithResultDict(self, activity):
""" """
......
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