Commit 1abcd4f8 authored by Łukasz Nowak's avatar Łukasz Nowak

- set business process title for easier debugging


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28264 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent caff71b9
......@@ -55,7 +55,8 @@ class TestTradeModelLineMixin(TestBPMMixin):
title='Currency', base_unit_quantity=self.base_unit_quantity))
def stepCreateBusinessProcess(self, sequence=None, **kw):
sequence.edit(business_process=self.createBusinessProcess())
sequence.edit(business_process=self.createBusinessProcess(
title=self.id()))
def stepCreateBusinessPath(self, sequence=None, **kw):
business_process = sequence.get('business_process')
......
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