From bbd151bde457b9b5f7322ffdfb52425ee581d351 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 12 Oct 2009 09:59:43 +0000
Subject: [PATCH] Interactor are no longer automatically enable, we have to
 initialize ERP5Type product for that.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29558 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/tests/testFields.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/product/ERP5Form/tests/testFields.py b/product/ERP5Form/tests/testFields.py
index a223765c8a..b36e12ea0b 100644
--- a/product/ERP5Form/tests/testFields.py
+++ b/product/ERP5Form/tests/testFields.py
@@ -51,6 +51,8 @@ Globals.get_request = get_request
 # Initialize ERP5Form Product to load monkey patches
 from Testing import ZopeTestCase
 ZopeTestCase.installProduct('ERP5Form')
+# Initialize ERP5Type Product to install interactors
+ZopeTestCase.installProduct('ERP5Type')
 
 from Acquisition import aq_base
 from Products.Formulator.FieldRegistry import FieldRegistry
-- 
GitLab