From eaab730110c884943182029436bb7335483f6372 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Mon, 6 Mar 2006 07:56:32 +0000
Subject: [PATCH] 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
---
 product/ERP5/tests/testBusinessTemplate.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py
index ca1b3f831e..075c079d51 100755
--- a/product/ERP5/tests/testBusinessTemplate.py
+++ b/product/ERP5/tests/testBusinessTemplate.py
@@ -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"
-- 
2.30.9