Commit 90d3aac3 authored by Yusei Tahara's avatar Yusei Tahara

Update business template list.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19940 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a828fdcf
...@@ -59,7 +59,8 @@ class TestERP5Web(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -59,7 +59,8 @@ class TestERP5Web(ERP5TypeTestCase, ZopeTestCase.Functional):
""" """
Return the list of required business templates. Return the list of required business templates.
""" """
return ('erp5_base', 'erp5_web', return ('erp5_base', 'erp5_web',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_dms', 'erp5_dms_mysql_innodb_catalog',) 'erp5_dms', 'erp5_dms_mysql_innodb_catalog',)
def afterSetUp(self): def afterSetUp(self):
......
...@@ -69,6 +69,8 @@ target_business_templates = ( ...@@ -69,6 +69,8 @@ target_business_templates = (
'erp5_consulting', 'erp5_consulting',
'erp5_ingestion',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_crm', 'erp5_crm',
'erp5_web', 'erp5_web',
......
...@@ -120,7 +120,9 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -120,7 +120,9 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional):
return getattr(self.getPortal(),'document_module') return getattr(self.getPortal(),'document_module')
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base', 'erp5_web', 'erp5_dms_mysql_innodb_catalog', 'erp5_dms') return ('erp5_base',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_web', 'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
def getNeededCategoryList(self): def getNeededCategoryList(self):
return () return ()
...@@ -701,7 +703,9 @@ class TestDocumentWithSecurity(ERP5TypeTestCase): ...@@ -701,7 +703,9 @@ class TestDocumentWithSecurity(ERP5TypeTestCase):
return getattr(self.getPortal(),'document_module') return getattr(self.getPortal(),'document_module')
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base', 'erp5_web', 'erp5_dms_mysql_innodb_catalog', 'erp5_dms') return ('erp5_base',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_web', 'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
def test_ShowPreviewAfterSubmitted(self, quiet=QUIET, run=RUN_ALL_TEST): def test_ShowPreviewAfterSubmitted(self, quiet=QUIET, run=RUN_ALL_TEST):
""" """
......
...@@ -91,7 +91,9 @@ class TestIngestion(ERP5TypeTestCase): ...@@ -91,7 +91,9 @@ class TestIngestion(ERP5TypeTestCase):
""" """
Return the list of required business templates. Return the list of required business templates.
""" """
return ('erp5_base', 'erp5_web', 'erp5_crm', return ('erp5_base',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_web', 'erp5_crm',
'erp5_dms_mysql_innodb_catalog', 'erp5_dms') 'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
def afterSetUp(self, quiet=QUIET, run=RUN_ALL_TEST): def afterSetUp(self, quiet=QUIET, run=RUN_ALL_TEST):
......
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