[Erp5-report] r40000 jm - /erp5/trunk/products/ERP5/tests/testERP5Interfaces.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Nov 7 04:11:01 CET 2010


Author: jm
Date: Sun Nov  7 04:11:00 2010
New Revision: 40000

URL: http://svn.erp5.org?rev=40000&view=rev
Log:
Fix some tests in testERP5Interfaces

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Interfaces.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Interfaces.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Interfaces.py?rev=40000&r1=39999&r2=40000&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] Sun Nov  7 04:11:00 2010
@@ -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',
   ]:




More information about the Erp5-report mailing list