Commit 0ac767cf authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

delivery simulation rule should have 'delivery' trade phase.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34535 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6aaeb324
......@@ -156,6 +156,7 @@ class TestBPMEvaluationMixin(TestBPMMixin):
def _createDeliverySimulationRule(self):
rule = self.rule_tool.newContent(portal_type='Delivery Simulation Rule',
reference='default_delivering_rule',
trade_phase='default/delivery',
test_method_id = ('SimulationMovement_testDeliverySimulationRule',)
)
# matching providers
......
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