Commit a3029817 authored by Romain Courteaud's avatar Romain Courteaud

fixup

parent f32ed23e
......@@ -78,6 +78,10 @@ class TestUpgradeInstanceWithOldDataFs(ERP5TypeTestCase):
# Call active sense
alarm.activeSense()
self.tic()
# XXX No idea why active sense must be called twice...
alarm.activeSense()
self.tic()
self.assertNotEquals(alarm.getLastActiveProcess().getResultList(), [])
# Solve divergencies, like called from the form_dialog
......
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