[Erp5-report] r13253 - /erp5/trunk/products/ERP5/tests/testImmobilisation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 7 11:53:19 CET 2007


Author: aurel
Date: Wed Mar  7 11:53:18 2007
New Revision: 13253

URL: http://svn.erp5.org?rev=13253&view=rev
Log:
set packing list to stop to be in current inventory state list

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

Modified: erp5/trunk/products/ERP5/tests/testImmobilisation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testImmobilisation.py?rev=13253&r1=13252&r2=13253&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testImmobilisation.py (original)
+++ erp5/trunk/products/ERP5/tests/testImmobilisation.py Wed Mar  7 11:53:18 2007
@@ -264,11 +264,12 @@
              destination_section_value = property_dict['destination_section'],
              start_date =                property_dict['datetime'],
              stop_date =                 property_dict['datetime'],)
-    # Set the Packing List to started state, because the expand
+    # Set the Packing List to stopped state, because the expand
     # process get only deliveries in current_inventory_state
     pl.confirm()
     pl.setReady()
     pl.start()
+    pl.stop()
     # Artificially update causality state because we don't want to tic here
     pl.updateCausalityState()
     packing_list_list = sequence.get('packing_list_list', [])




More information about the Erp5-report mailing list