[Erp5-report] r24959 - /erp5/trunk/products/ERP5/tests/testPackingList.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 22 11:57:10 CET 2008


Author: jerome
Date: Mon Dec 22 11:57:09 2008
New Revision: 24959

URL: http://svn.erp5.org?rev=24959&view=rev
Log:
fix some docstrings

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

Modified: erp5/trunk/products/ERP5/tests/testPackingList.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testPackingList.py?rev=24959&r1=24958&r2=24959&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPackingList.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testPackingList.py [utf8] Mon Dec 22 11:57:09 2008
@@ -729,7 +729,7 @@
 
   def stepAddPackingListContainerLine(self,sequence=None, sequence_list=None, **kw):
     """
-      Check if simulation movement are disconnected
+      Add a container line in the packing list
     """
     container = sequence.get('container')
     container_line = container.newContent(portal_type=self.container_line_portal_type)
@@ -739,7 +739,8 @@
 
   def stepSetContainerLineSmallQuantity(self,sequence=None, sequence_list=None, **kw):
     """
-      Check if simulation movement are disconnected
+      Set a small quantity on the container line, it should not be enough for
+      the packing list to be packed.
     """
     container_line = sequence.get('container_line')
     container_line.edit(quantity=self.default_quantity-1)
@@ -747,7 +748,7 @@
   def stepSetContainerLineFullQuantity(self,sequence=None, sequence_list=None,
                                        quantity=None,**kw):
     """
-      Check if simulation movement are disconnected
+      Set the full quantity
     """
     container_line = sequence.get('container_line')
     if quantity is None:




More information about the Erp5-report mailing list