Commit 6a61a53a authored by Sebastien Robin's avatar Sebastien Robin

fixed some comments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11269 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0647950
......@@ -179,7 +179,7 @@ class TestERP5BankingStopPayment( TestERP5BankingCheckbookDeliveryMixin,
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 @@ class TestERP5BankingStopPayment( TestERP5BankingCheckbookDeliveryMixin,
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 @@ class TestERP5BankingStopPayment( TestERP5BankingCheckbookDeliveryMixin,
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment