Commit 1547334c authored by Julien Muchembled's avatar Julien Muchembled

Fix some tests in testERP5Interfaces

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40000 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 24cc9ed9
......@@ -35,7 +35,6 @@ import unittest
# manually and treated as reference to what implements what
implements_tuple_list = [
(('Products.ERP5Type.Document.RoleDefinition', 'RoleDefinition'), 'ILocalRoleGenerator'),
(('Products.ERP5Type.Document.BusinessLink','BusinessLink'), 'IArrowBase'),
(('Products.ERP5Type.Document.BusinessLink','BusinessLink'), 'IBusinessLink'),
(('Products.ERP5Type.Document.BusinessLink','BusinessLink'), 'ICategoryAccessProvider'),
(('Products.ERP5Type.Document.TradeCondition','TradeCondition'), 'IAmountGenerator'),
......@@ -43,6 +42,7 @@ implements_tuple_list = [
(('Products.ERP5Type.Document.TradeModelCell','TradeModelCell'), 'IVariated'),
(('Products.ERP5Type.Document.TradeModelLine','TradeModelLine'), 'IAmountGenerator'),
(('Products.ERP5Type.Document.TradeModelLine','TradeModelLine'), 'IVariated'),
(('Products.ERP5Type.Document.TradeModelPath','TradeModelPath'), 'IArrowBase'),
(('Products.ERP5Type.Document.TradeModelRule','TradeModelRule'), 'IPredicate'),
(('Products.ERP5Type.Document.TradeModelRule','TradeModelRule'), 'IRule'),
(('Products.ERP5Type.Document.Transformation','Transformation'), 'IAmountGenerator'),
......@@ -86,14 +86,10 @@ for failing_method in [
'test_Products.ERP5.AggregatedAmountList_AggregatedAmountList_implements_IAmountList',
'test_Products.ERP5Type.Document.BusinessLink_BusinessLink_implements_IBusinessLink',
'test_Products.ERP5Type.Document.BusinessLink_BusinessLink_implements_ICategoryAccessProvider',
'test_Products.ERP5Type.Document.TradeCondition_TradeCondition_implements_IAmountGenerator',
'test_Products.ERP5Type.Document.TradeModelCell_TradeModelCell_implements_IAmountGenerator',
'test_Products.ERP5Type.Document.TradeModelCell_TradeModelCell_implements_IVariated',
'test_Products.ERP5Type.Document.TradeModelLine_TradeModelLine_implements_IAmountGenerator',
'test_Products.ERP5Type.Document.TradeModelLine_TradeModelLine_implements_IVariated',
'test_Products.ERP5Type.Document.TradeModelRule_TradeModelRule_implements_IRule',
'test_Products.ERP5Type.Document.TransformationRule_TransformationRule_implements_IRule',
'test_Products.ERP5Type.Document.Transformation_Transformation_implements_IAmountGenerator',
'test_Products.ERP5Type.Document.Transformation_Transformation_implements_IVariated',
'test_Products.ERP5Type.Document.TransformedResource_TransformedResource_implements_IVariated',
]:
......
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