Commit 6570832c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

modify tests to follow recent changes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36866 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bfbd9e20
......@@ -191,7 +191,7 @@ class TestERP5SimulationMixin(TestInvoiceMixin):
# use Quantity Split Solver.
quantity_solver_decision.setSolverValue(self.portal.portal_solvers['Quantity Split Solver'])
# configure for Quantity Split Solver.
kw = {'delivery_solver':'FIFO',
kw = {'delivery_solver':'FIFO Delivery Solver',
'start_date':self.datetime + 15,
'stop_date':self.datetime + 25}
quantity_solver_decision.updateConfiguration(**kw)
......@@ -419,7 +419,7 @@ class TestERP5Simulation(TestERP5SimulationMixin, ERP5TypeTestCase):
quantity_solver_decision.setSolverValue(
self.portal.portal_solvers['Quantity Split Solver'])
# configure for Quantity Split Solver.
kw = {'delivery_solver':'FIFO',
kw = {'delivery_solver':'FIFO Delivery Solver',
'start_date':packing_list.getStartDate() + 10}
quantity_solver_decision.updateConfiguration(**kw)
solver_process.buildTargetSolverList()
......
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