Commit f334b89b authored by Sebastien Robin's avatar Sebastien Robin

testDms needs old proxy fields of erp5_core

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43380 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b546fb6
...@@ -54,7 +54,8 @@ class TestDeferredStyle(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -54,7 +54,8 @@ class TestDeferredStyle(ERP5TypeTestCase, ZopeTestCase.Functional):
return 'Test Deferred Style' return 'Test Deferred Style'
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base', 'erp5_ods_style', return ('erp5_core_proxy_field_legacy',
'erp5_base', 'erp5_ods_style',
'erp5_odt_style', 'erp5_deferred_style',) 'erp5_odt_style', 'erp5_deferred_style',)
def afterSetUp(self): def afterSetUp(self):
......
...@@ -137,7 +137,8 @@ class TestDocumentMixin(ERP5TypeTestCase): ...@@ -137,7 +137,8 @@ class TestDocumentMixin(ERP5TypeTestCase):
return getattr(self.getPortal(),'document_module') return getattr(self.getPortal(),'document_module')
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_full_text_myisam_catalog','erp5_base', return ('erp5_core_proxy_field_legacy',
'erp5_full_text_myisam_catalog','erp5_base',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog', 'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_web', 'erp5_dms') 'erp5_web', 'erp5_dms')
......
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