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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 16 14:40:30 CEST 2006


Author: alex
Date: Tue May 16 14:40:24 2006
New Revision: 7289

URL: http://svn.erp5.org?rev=7289&view=rev
Log:
fixed more 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=7289&r1=7288&r2=7289&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPackingList.py (original)
+++ erp5/trunk/products/ERP5/tests/testPackingList.py Tue May 16 14:40:24 2006
@@ -314,7 +314,7 @@
 
   def stepCheckSimulationDestinationUpdated(self,sequence=None, sequence_list=None, **kw):
     """
-      XXX
+      Test if the destination of the simulation movement was changed
     """
     applied_rule = sequence.get('applied_rule')
     simulation_line_list = applied_rule.objectValues()
@@ -325,14 +325,14 @@
 
   def stepChangePackingListStartDate(self, sequence=None, sequence_list=None, **kw):
     """
-      XXX
+      Change the start_date of the packing_list.
     """
     packing_list = sequence.get('packing_list')
     packing_list.edit(start_date=self.datetime + 15)
 
   def stepCheckSimulationStartDateUpdated(self,sequence=None, sequence_list=None, **kw):
     """
-      XXX
+      Test if the start_date of the simulation movement was changed
     """
     applied_rule = sequence.get('applied_rule')
     simulation_line_list = applied_rule.objectValues()




More information about the Erp5-report mailing list