Commit 26894651 authored by Nicolas Delaby's avatar Nicolas Delaby

Install suggested dependencies of erp5_web in order to make this test pass.

erp5_web embed features related to erp5_crm, but
erp5_crm is not an hard dependency.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41861 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9c9417c5
......@@ -43,6 +43,9 @@ class CodingStyle(CodingStyleTestCase):
"""
return ('erp5_base',
'erp5_web',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_ingestion',
'erp5_crm',
)
def test_suite():
......
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