Commit b5538ce4 authored by Vincent Pelletier's avatar Vincent Pelletier

Don't install erp5_dms_mysql_innodb_catalog as it doesn't exist anymore.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26808 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d903eac2
......@@ -125,7 +125,7 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional):
def getBusinessTemplateList(self):
return ('erp5_base',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_web', 'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
'erp5_web', 'erp5_dms')
def getNeededCategoryList(self):
return ()
......@@ -799,7 +799,7 @@ class TestDocumentWithSecurity(ERP5TypeTestCase):
def getBusinessTemplateList(self):
return ('erp5_base',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_web', 'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
'erp5_web', 'erp5_dms')
def test_ShowPreviewAfterSubmitted(self, quiet=QUIET, run=RUN_ALL_TEST):
"""
......
......@@ -49,8 +49,7 @@ class TestZelenium(ERP5TypeTestCase):
'erp5_accounting', 'erp5_invoicing', 'erp5_accounting_ui_test',
'erp5_pdm_ui_test',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_web', 'erp5_dms', 'erp5_dms_mysql_innodb_catalog',
'erp5_dms_ui_test',
'erp5_web', 'erp5_dms', 'erp5_dms_ui_test',
# erp5_web_ui_test must run at the last.
'erp5_web_ui_test',
# 'erp5_accounting_l10n_fr', 'erp5_payroll',
......
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