Commit 030a95e0 authored by Aurel's avatar Aurel

fix list of bt returned for install


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6010 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6628d5eb
......@@ -64,8 +64,7 @@ class TestBusinessTemplate(ERP5TypeTestCase):
run_all_test = 1
def getBusinessTemplateList(self):
return ('erp5_base', 'erp5_html_style',
'erp5_csv_style', 'erp5_pdf_style')
return ('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