Commit 77c271d0 authored by Jean-Paul Smets's avatar Jean-Paul Smets

erp5_pdf_style is obsolete

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41616 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 73615996
...@@ -65,7 +65,6 @@ class TestAccounting_l10n_M9(ERP5TypeTestCase): ...@@ -65,7 +65,6 @@ class TestAccounting_l10n_M9(ERP5TypeTestCase):
'erp5_trade', 'erp5_trade',
'erp5_invoicing', 'erp5_invoicing',
'erp5_pdm', 'erp5_pdm',
'erp5_pdf_style',
'erp5_accounting', 'erp5_accounting',
'erp5_accounting_l10n_fr_m9', 'erp5_accounting_l10n_fr_m9',
) )
......
...@@ -81,7 +81,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -81,7 +81,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base', return ('erp5_base',
'erp5_csv_style', 'erp5_csv_style',
'erp5_pdf_style',
) )
def getTitle(self): def getTitle(self):
...@@ -357,7 +356,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -357,7 +356,6 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
skins_tool = self.getSkinsTool() skins_tool = self.getSkinsTool()
for skin_name, selection in skins_tool.getSkinPaths(): for skin_name, selection in skins_tool.getSkinPaths():
if skin_name == 'View': if skin_name == 'View':
self.failIf('erp5_pdf_style' in selection)
self.failIf('erp5_csv_style' in selection) self.failIf('erp5_csv_style' in selection)
self.failIf('erp5_core' not in selection) self.failIf('erp5_core' not in selection)
self.failIf('erp5_xhtml_style' not in selection) self.failIf('erp5_xhtml_style' not in selection)
...@@ -365,9 +363,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): ...@@ -365,9 +363,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
self.failIf('erp5_xhtml_style' in selection) self.failIf('erp5_xhtml_style' in selection)
self.failIf('erp5_csv_style' in selection) self.failIf('erp5_csv_style' in selection)
self.failIf('erp5_core' not in selection) self.failIf('erp5_core' not in selection)
self.failIf('erp5_pdf_style' not in selection)
if skin_name == 'CSV': if skin_name == 'CSV':
self.failIf('erp5_pdf_style' in selection)
self.failIf('erp5_xhtml_style' in selection) self.failIf('erp5_xhtml_style' in selection)
self.failIf('erp5_core' not in selection) self.failIf('erp5_core' not in selection)
self.failIf('erp5_csv_style' not in selection) self.failIf('erp5_csv_style' not in selection)
......
...@@ -43,7 +43,6 @@ target_business_templates = ( ...@@ -43,7 +43,6 @@ target_business_templates = (
'erp5_trade', 'erp5_trade',
'erp5_pdf_editor', 'erp5_pdf_editor',
'erp5_pdf_style',
'erp5_pdm', 'erp5_pdm',
'erp5_accounting', 'erp5_accounting',
'erp5_invoicing', 'erp5_invoicing',
......
...@@ -68,7 +68,6 @@ class TestXHTML(ERP5TypeTestCase): ...@@ -68,7 +68,6 @@ class TestXHTML(ERP5TypeTestCase):
'erp5_trade', 'erp5_trade',
'erp5_pdf_editor', 'erp5_pdf_editor',
'erp5_pdf_style',
'erp5_pdm', 'erp5_pdm',
'erp5_accounting', 'erp5_accounting',
'erp5_invoicing', 'erp5_invoicing',
......
...@@ -45,7 +45,7 @@ class TestNamingConvention(ERP5TypeTestCase): ...@@ -45,7 +45,7 @@ class TestNamingConvention(ERP5TypeTestCase):
# include all standard Business Templates, i.e. erp5_* # include all standard Business Templates, i.e. erp5_*
return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting', return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting',
'erp5_apparel', 'erp5_mrp', 'erp5_project', 'erp5_dms', 'erp5_apparel', 'erp5_mrp', 'erp5_project', 'erp5_dms',
'erp5_web', 'erp5_csv_style', 'erp5_pdf_style', 'erp5_crm', 'erp5_web', 'erp5_csv_style', 'erp5_crm',
'erp5_budget', 'erp5_item', 'erp5_ui_test', 'erp5_budget', 'erp5_item', 'erp5_ui_test',
'erp5_accounting_l10n_fr', 'erp5_accounting_ui_test', 'erp5_accounting_l10n_fr', 'erp5_accounting_ui_test',
'erp5_banking_core', 'erp5_banking_cash', 'erp5_banking_check', 'erp5_banking_core', 'erp5_banking_cash', 'erp5_banking_check',
......
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