Commit 18f8ae5e authored by Vincent Pelletier's avatar Vincent Pelletier

A few mode sequence cleanups, thanks to Julien for advice.

Also, remove some empty space at line end.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44641 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97648cbc
......@@ -330,22 +330,31 @@ class TestERP5BankingCashMovementNewNotEmitted(TestERP5BankingMonetaryReceptionM
sequence_list = SequenceList()
# define the sequence
sequence_string = 'stepTic stepCheckObjects ' \
'stepCreateMonetaryReception stepTic ' \
'stepCheckInitialInventory stepCheckInitialContainerInventory ' \
'stepCreateCashMovement stepTic ' \
'stepCreateCashContainer stepTic ' \
'stepCheckCashDeliveryLine ' \
'stepCheckCashContainer1 stepCheckCashContainer2 ' \
'stepConfirmDocument stepTic ' \
'stepStartDocument stepTic ' \
'stepStopDocument stepTic ' \
'stepDeliverDocument stepTic ' \
'stepCheckFinalInventory stepCheckFinalContainerInventory'
sequence_list.addSequenceString(sequence_string)
sequence_list.addSequenceString("""
stepTic
stepCheckObjects
stepCreateMonetaryReception
stepTic
stepCheckInitialInventory
stepCheckInitialContainerInventory
stepCreateCashMovement
stepTic
stepCreateCashContainer
stepTic
stepCheckCashDeliveryLine
stepCheckCashContainer1
stepCheckCashContainer2
stepConfirmDocument
stepTic
stepStartDocument
stepTic
stepStopDocument
stepTic
stepDeliverDocument
stepTic
stepCheckFinalInventory
stepCheckFinalContainerInventory
""")
# play the sequence
sequence_list.play(self)
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