Commit 59464515 authored by Alexandre Boeglin's avatar Alexandre Boeglin

fixed more docstrings


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 621a33e6
......@@ -314,7 +314,7 @@ class TestPackingListMixin(TestOrderMixin):
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 @@ class TestPackingListMixin(TestOrderMixin):
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()
......
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