[Erp5-report] r11269 - /erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 13 10:28:56 CET 2006


Author: seb
Date: Mon Nov 13 10:28:55 2006
New Revision: 11269

URL: http://svn.erp5.org?rev=11269&view=rev
Log:
fixed some comments

Modified:
    erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py

Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py?rev=11269&r1=11268&r2=11269&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingStopPayment.py Mon Nov 13 10:28:55 2006
@@ -179,7 +179,7 @@
 
   def stepConfirmStopPayment(self, sequence=None, sequence_list=None, **kw):
     """
-    Deliver the stop payment
+    Confirm the stop payment
     """
     state = self.stop_payment.getSimulationState()
     # check that state is draft
@@ -198,7 +198,7 @@
 
   def stepStartStopPayment(self, sequence=None, sequence_list=None, **kw):
     """
-    Deliver the stop payment
+    Start the stop payment
     """
     state = self.stop_payment.getSimulationState()
     # check that state is draft
@@ -217,7 +217,7 @@
 
   def stepStopStopPayment(self, sequence=None, sequence_list=None, **kw):
     """
-    Deliver the stop payment
+    Stop the stop payment
     """
     state = self.stop_payment.getSimulationState()
     # check that state is draft




More information about the Erp5-report mailing list