diff --git a/product/ERP5/tests/testBPMCore.py b/product/ERP5/tests/testBPMCore.py
index 46e0c41ca0a4dd8813e9f46f5dbabbeccd2076d2..5fc68e8bdbf45035e7048a77f6289435aa6889ac 100644
--- a/product/ERP5/tests/testBPMCore.py
+++ b/product/ERP5/tests/testBPMCore.py
@@ -42,6 +42,7 @@ class TestBPMMixin(ERP5TypeTestCase):
   def getBusinessTemplateList(self):
     return ('erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade',
             'erp5_accounting', 'erp5_invoicing', 'erp5_simplified_invoicing',
+            'erp5_core_proxy_field_legacy',
             'erp5_simulation_test')
 
   business_process_portal_type = 'Business Process'