Commit 7d4342f3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

create order path same as r34541.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34577 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 08c5c814
......@@ -554,6 +554,14 @@ class TestBPMEvaluationDifferentProcessMixin:
referential_date='start_date')
self._createBusinessStateList()
self.order_path = self.createBusinessPath(self.business_process,
successor_value=self.ordered_state,
trade_phase='default/order',
deliverable=1,
completed_state_list=['confirmed'],
frozen_state_list=['confirmed'],
)
self.invoice_path = self.createBusinessPath(self.business_process,
predecessor_value=self.ordered_state,
successor_value=self.invoiced_state,
......
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