From 7ac96e1a8609d20157bf26809f8e1a98687e6723 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Thu, 12 Aug 2010 12:27:41 +0000
Subject: [PATCH] add new bt5 to run tests

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37753 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testInvoice.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py
index 9872c42e21..d106166986 100644
--- a/product/ERP5/tests/testInvoice.py
+++ b/product/ERP5/tests/testInvoice.py
@@ -83,7 +83,7 @@ class TestInvoiceMixin(TestPackingListMixin,
   def getBusinessTemplateList(self):
     return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting',
             'erp5_invoicing', 'erp5_simplified_invoicing', 'erp5_apparel',
-            'erp5_project', 'erp5_administration')
+            'erp5_project', 'erp5_simulation', 'erp5_simulation_test', 'erp5_administration')
 
   @UnrestrictedMethod
   def createCategories(self):
-- 
2.30.9