Commit 198e94e0 authored by Julien Muchembled's avatar Julien Muchembled

TestERP5TypeInterfaces: fix ERP5TypeInformation & TypesTool

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29630 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f92a4204
......@@ -40,11 +40,11 @@ implements_tuple_list = [
'IConsistencyMessage'),
(('Products.ERP5Type.DivergenceMessage', 'DivergenceMessage'),
'IDivergenceMessage'),
(('Products.ERP5Type.Tool.TypesTool.TypesTool', 'TypesTool'),
(('Products.ERP5Type.Tool.TypesTool', 'TypesTool'),
'IActionProvider'),
(('Products.ERP5Type.ERP5Type.ERP5TypeInformation', 'ERP5TypeInformation'),
(('Products.ERP5Type.ERP5Type', 'ERP5TypeInformation'),
'IActionProvider'),
(('Products.ERP5Type.ERP5Type.ERP5TypeInformation', 'ERP5TypeInformation'),
(('Products.ERP5Type.ERP5Type', 'ERP5TypeInformation'),
'ILocalRoleAssignor'),
(('Products.ERP5Type.Document.ActionInformation', 'ActionInformation'),
'IAction'),
......
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