Commit bd656a2e authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup! testUpgrader: test that post-upgrader alarm is not triggered during a sense of full-upgrade

parent 055ce4e2
......@@ -757,10 +757,14 @@ class TestUpgrader(ERP5TypeTestCase):
"""
sequence_list = SequenceList()
sequence_string = """
stepRunUpgrader
stepTic
stepCreatePerson
stepValidatePerson
stepSetConstraintInPersonModulePortalType
stepTic
stepCheckFullUpgradeNotRequired
stepCheckPostUpgradeRequired
"""
\ No newline at end of file
"""
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
\ No newline at end of file
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