diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index 4ce6fdd39c9932c233adb4b0731a6077b5c0a213..fd3999ba20461e32ab7099771853a56ddda25561 100755 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -238,7 +238,7 @@ def setupERP5Site(business_template_list=(), app=None, portal_name=portal_name, # Do hot reindexing portal.portal_catalog.manage_hotReindexAll() portal_activities = portal.portal_activities - if portal_activities is not None: + #if portal_activities is not None: # while len(portal_activities.getMessageList()) > 0: # portal_activities.distribute() # portal_activities.tic()