From 7324259130d85e7d637dfb1f41e73afa7aa3d586 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Wed, 15 Jun 2016 08:27:42 +0000
Subject: [PATCH] testNamingConvention: install erp5_core_proxy_field_legacy

---
 product/ERP5Type/tests/testERP5NamingConvention.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Type/tests/testERP5NamingConvention.py b/product/ERP5Type/tests/testERP5NamingConvention.py
index 6b40958d52..21ebc7240e 100644
--- a/product/ERP5Type/tests/testERP5NamingConvention.py
+++ b/product/ERP5Type/tests/testERP5NamingConvention.py
@@ -35,6 +35,7 @@ class TestNamingConvention(ERP5TypeTestCase):
   def getBusinessTemplateList(self):
     # include all standard Business Templates, i.e. erp5_*
     return (
+      'erp5_core_proxy_field_legacy',
       'erp5_base', 'erp5_pdm',
       'erp5_simulation', 'erp5_trade', 'erp5_accounting',
       'erp5_apparel', 'erp5_mrp', 'erp5_project',
-- 
2.30.9