From 42e97652cc8dcf9e4a538217d1c4238b67b1ee52 Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Fri, 17 Dec 2004 15:52:20 +0000 Subject: [PATCH] seb commited bad things !! git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2041 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/ERP5TypeTestCase.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index fd3999ba20..00695d515a 100755 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -237,11 +237,6 @@ def setupERP5Site(business_template_list=(), app=None, portal_name=portal_name, setattr(app,'isIndexable',1) # Do hot reindexing portal.portal_catalog.manage_hotReindexAll() - portal_activities = portal.portal_activities - #if portal_activities is not None: - # while len(portal_activities.getMessageList()) > 0: - # portal_activities.distribute() - # portal_activities.tic() # Log out if not quiet: ZopeTestCase._print('Logout ... \n') noSecurityManager() -- 2.30.9