From 501c443d54f4ab7de8e92141deb7c28f516df62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Ninivin?= <cedric.leninivin@tiolive.com> Date: Fri, 25 Aug 2017 11:37:33 +0200 Subject: [PATCH] testERP5Core: Add missing test dependency to erp5_core_proxy_field_legacy --- product/ERP5/tests/testERP5Core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testERP5Core.py b/product/ERP5/tests/testERP5Core.py index fa67533ba1..eb53723f0e 100644 --- a/product/ERP5/tests/testERP5Core.py +++ b/product/ERP5/tests/testERP5Core.py @@ -110,7 +110,7 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional): def getBusinessTemplateList(self): """ """ - return ('erp5_base', ) + return ('erp5_core_proxy_field_legacy', 'erp5_base', ) def login(self, quiet=0, run=run_all_test): uf = self.getPortal().acl_users -- 2.30.9