Commit e3d12139 authored by Łukasz Nowak's avatar Łukasz Nowak

Provide more verbose error.

But keep simple assertion.
parent 9c8f8e94
......@@ -364,6 +364,8 @@ class testVifibMixin(ERP5TypeTestCase):
self.portal.portal_alarms.vifib_check_consistency.activeSense()
transaction.commit()
super(testVifibMixin, self).stepTic(**kw)
self.assertEqual([], self.portal.portal_alarms.vifib_check_consistency\
.Alarm_getConsistencyCheckReportLineList())
self.assertFalse(self.portal.portal_alarms.vifib_check_consistency.sense())
# there shall be no divergency
......
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