Commit d17700fc authored by Sebastien Robin's avatar Sebastien Robin

check that the list of acknowledgement is empty before calling tic

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27473 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 96db84f1
......@@ -102,6 +102,7 @@ class TestAcknowledgementTool(ERP5TypeTestCase):
# transaction, this means that we look if the mechanism that looks at
# activity tags is working or not
event_acknowledgement_list = getEventAcknowlegementList()
self.assertEqual(0, len(event_acknowledgement_list))
# We should not have any acknowledgements, tic is finished
# the code should look directly for acnowledgement documents
self.tic()
......
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