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

Follow method renaming.

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