diff --git a/product/ERP5/tests/testAccountingRules.py b/product/ERP5/tests/testAccountingRules.py
index 6e1ef2a5c6e264391f5a33551dff206bea37cd21..01c56e5470df54e87042dc29ba26c4bbda21a3de 100755
--- a/product/ERP5/tests/testAccountingRules.py
+++ b/product/ERP5/tests/testAccountingRules.py
@@ -85,7 +85,7 @@ class TestAccountingRules(ERP5TypeTestCase):
     """
       Return the list of business templates.
     """
-    return ('erp5_accounting',)
+    return ('erp5_accounting','erp5_trade', 'erp5_pdm')
 
   def getRuleTool(self):
     return getattr(self.getPortal(), 'portal_rules', None)