Commit a9551c3e authored by Sebastien Robin's avatar Sebastien Robin

we do not need to wait that the activity list is finished when we delete an object

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11351 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent caa6b0fd
......@@ -168,7 +168,7 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor):
self.checkRelativeUrlInSqlPathList(path_list)
person_module.deleteContent('3')
# Now delete things is made with activities
self.checkRelativeUrlInSqlPathList(path_list)
self.checkRelativeUrlNotInSqlPathList(path_list)
get_transaction().commit()
self.tic()
self.checkRelativeUrlNotInSqlPathList(path_list)
......
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