Commit c1615650 authored by Vincent Pelletier's avatar Vincent Pelletier

Move cleanup step blonging to first suite to the first suite itself.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15096 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 93e17537
......@@ -782,11 +782,12 @@ class TestERP5BankingMonetaryDestruction(TestERP5BankingMixin, ERP5TypeTestCase)
+ 'ValidateFails ' \
+ 'DeleteResetInventory Tic ' \
+ 'ValidateMonetaryDestruction ' \
+ 'CheckSourceDebit '
+ 'CheckSourceDebit ' \
+ 'Tic DelMonetaryDestruction Tic'
sequence_list.addSequenceString(sequence_string)
# define the sequence
another_sequence_string = 'Tic DelMonetaryDestruction Tic CheckObjects Tic CheckInitialInventoryForExterne CheckSourceForExterne ' \
another_sequence_string = 'Tic CheckObjects Tic CheckInitialInventoryForExterne CheckSourceForExterne ' \
+ 'CreateMonetaryDestructionForExterne ' \
+ 'CreateValidLineForExterne1 CheckSubTotal ' \
+ 'CreateValidLineForExterne2 CheckTotal ' \
......
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