[Erp5-report] r36866 kazuhiko - /erp5/trunk/products/ERP5/tests/testERP5Simulation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 5 14:57:04 CEST 2010


Author: kazuhiko
Date: Mon Jul  5 14:57:03 2010
New Revision: 36866

URL: http://svn.erp5.org?rev=36866&view=rev
Log:
modify tests to follow recent changes.

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Simulation.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Simulation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Simulation.py?rev=36866&r1=36865&r2=36866&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] Mon Jul  5 14:57:03 2010
@@ -191,7 +191,7 @@ class TestERP5SimulationMixin(TestInvoic
     # 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(TestERP5Simulat
     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()




More information about the Erp5-report mailing list