diff --git a/product/ERP5Type/tests/ERP5TypeTestCase.py b/product/ERP5Type/tests/ERP5TypeTestCase.py index 3900b066860e28eed962360bc4b3f5e3c9e22647..f525553a2b1cccbbee0434b993cd9be4a0f13afa 100755 --- a/product/ERP5Type/tests/ERP5TypeTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeTestCase.py @@ -31,12 +31,10 @@ ZopeTestCase.installProduct('CMFDefault') ZopeTestCase.installProduct('CMFTopic') ZopeTestCase.installProduct('DCWorkflow') ZopeTestCase.installProduct('CMFCalendar') -ZopeTestCase.installProduct('CMFWiki') # Based on CMF ZopeTestCase.installProduct('CMFPhoto') ZopeTestCase.installProduct('BTreeFolder2') -ZopeTestCase.installProduct('Base18') ZopeTestCase.installProduct('CMFReportTool') # Not required by ERP5Type but required by ERP5Form ZopeTestCase.installProduct('CMFMailIn') ZopeTestCase.installProduct('TranslationService')