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,6 +757,8 @@ class TestUpgrader(ERP5TypeTestCase):
"""
sequence_list = SequenceList()
sequence_string = """
stepRunUpgrader
stepTic
stepCreatePerson
stepValidatePerson
stepSetConstraintInPersonModulePortalType
......@@ -764,3 +766,5 @@ class TestUpgrader(ERP5TypeTestCase):
stepCheckFullUpgradeNotRequired
stepCheckPostUpgradeRequired
"""
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