diff --git a/product/ERP5/tests/testInvoice.py b/product/ERP5/tests/testInvoice.py
index 9872c42e2116e75fa895b88d80f6facb5a9fa367..d106166986a36b8c0f53b106d9902f33fbcd7685 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):