Commit bbd151bd authored by Jérome Perrin's avatar Jérome Perrin

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
parent 522dcaa3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment