Commit eaab7301 authored by Aurel's avatar Aurel

install erp5_pdf_style and erp5_csv_style in order to test skins layers


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5991 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b5c4471
......@@ -62,6 +62,10 @@ class TestBusinessTemplate(ERP5TypeTestCase):
- Upgrade a template
"""
run_all_test = 1
def getBusinessTemplateList(self):
return ('erp5_base', 'erp5_html_style',
'erp5_csv_style', 'erp5_pdf_style')
def getTitle(self):
return "Business Template"
......
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