Commit 0ec01860 authored by Łukasz Nowak's avatar Łukasz Nowak

Follow method renaming.

parent 187ef7a6
......@@ -159,9 +159,10 @@ class TestVifibOpenOrderSimulation(TestVifibSlapWebServiceMixin):
idx += 1
def stepIncreaseOpenOrderCoverage(self, sequence, **kw):
self.portal.portal_alarms.vifib_update_open_sale_order_line.Alarm_updateOpenSaleOrderLine(
'test_tag', False,
{'stop_date': addToDate(getClosestDate(target_date=DateTime(),
self.portal.portal_alarms.vifib_update_open_sale_order_line.\
Alarm_updateOpenSaleOrderStopDateOnLineList(
tag='test_tag', fixit=False,
params={'stop_date': addToDate(getClosestDate(target_date=DateTime(),
precision='month', before=1), month=3)})
def stepCheckThreeTopLevelSimulationMovement(self, sequence, **kw):
......
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