Commit 5fc0625c authored by Rafael Monnerat's avatar Rafael Monnerat

Remove dependency to erp5_dms, now erp5_dms is installed by StandardConfiguratorItem

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44328 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1e7c15bc
......@@ -58,6 +58,10 @@ bt5_installation_list = ((\'erp5_simulation\', True,),\n
(\'erp5_jquery\', True,),\n
(\'erp5_jquery_ui\', True,),\n
(\'erp5_xhtml_jquery_style\', True,),\n
(\'erp5_web\',True,),\n
(\'erp5_ingestion_mysql_innodb_catalog\',True,),\n
(\'erp5_ingestion\',True,),\n
(\'erp5_dms\',True,),\n
(\'erp5_crm\', True,), \n
(\'erp5_pdm\', True,),\n
(\'erp5_trade\', True),\n
......
......@@ -49,25 +49,25 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
standard_bt5_list = ('erp5_simulation',
'erp5_dhtml_style',
'erp5_jquery',
'erp5_jquery_ui',
'erp5_xhtml_jquery_style',
'erp5_crm',
'erp5_pdm',
'erp5_trade',
'erp5_knowledge_pad',
'erp5_accounting',
'erp5_tax_resource',
'erp5_discount_resource',
'erp5_invoicing',
'erp5_configurator_standard_categories')
'erp5_jquery_ui',
'erp5_xhtml_jquery_style',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_ingestion',
'erp5_web',
'erp5_dms',
'erp5_crm',
'erp5_pdm',
'erp5_trade',
'erp5_knowledge_pad',
'erp5_accounting',
'erp5_tax_resource',
'erp5_discount_resource',
'erp5_invoicing',
'erp5_configurator_standard_categories')
def getBusinessTemplateList(self):
return ('erp5_core_proxy_field_legacy',
'erp5_base',
'erp5_web',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_ingestion',
'erp5_dms',
'erp5_workflow',
'erp5_configurator',
'erp5_configurator_standard',)
......
574
\ No newline at end of file
575
\ No newline at end of file
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