Commit df603b35 authored by Vincent Desmares's avatar Vincent Desmares

Last fix of my mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26329 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62bc3fbc
...@@ -68,10 +68,6 @@ class TestERP5Web(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -68,10 +68,6 @@ class TestERP5Web(ERP5TypeTestCase, ZopeTestCase.Functional):
""" """
return ('erp5_base', return ('erp5_base',
'erp5_web', 'erp5_web',
#'erp5_ingestion',
#'erp5_ingestion_mysql_innodb_catalog',
#'erp5_dms',
#'erp5_dms_mysql_innodb_catalog',
) )
def afterSetUp(self): def afterSetUp(self):
...@@ -763,8 +759,6 @@ class TestERP5WebWithSimpleSecurity(ERP5TypeTestCase): ...@@ -763,8 +759,6 @@ class TestERP5WebWithSimpleSecurity(ERP5TypeTestCase):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base', return ('erp5_base',
'erp5_mysql_innodb_catalog',
'erp5_dms_mysql_innodb_catalog',
'erp5_web', 'erp5_web',
) )
......
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