Commit 6c9bc158 authored by Łukasz Nowak's avatar Łukasz Nowak

Check documents on each tic.

There shall be no inconsistent documents after any tic.
parent 4fefbcf4
......@@ -358,3 +358,9 @@ class testVifibMixin(ERP5TypeTestCase):
# tic after build
super(testVifibMixin, self).stepTic(**kw)
# everything shall be consistent
self.portal.portal_alarms.vifib_check_consistency.activeSense()
transaction.commit()
super(testVifibMixin, self).stepTic(**kw)
self.assertFalse(self.portal.portal_alarms.vifib_check_consistency.sense())
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