From eecdfed3c60e89d1b221a73f19dccc9a22b81dcb Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Tue, 1 Dec 2009 12:23:19 +0000 Subject: [PATCH] ITransformation is renamed to IAmountGenerator. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30962 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testERP5Interfaces.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/product/ERP5/tests/testERP5Interfaces.py b/product/ERP5/tests/testERP5Interfaces.py index 21c911dcdd..2175cac888 100644 --- a/product/ERP5/tests/testERP5Interfaces.py +++ b/product/ERP5/tests/testERP5Interfaces.py @@ -37,14 +37,14 @@ implements_tuple_list = [ (('Products.ERP5Type.Document.BusinessPath','BusinessPath'), 'IArrowBase'), (('Products.ERP5Type.Document.BusinessPath','BusinessPath'), 'IBusinessPath'), (('Products.ERP5Type.Document.BusinessPath','BusinessPath'), 'ICategoryAccessProvider'), - (('Products.ERP5Type.Document.TradeCondition','TradeCondition'), 'ITransformation'), - (('Products.ERP5Type.Document.TradeModelCell','TradeModelCell'), 'ITransformation'), + (('Products.ERP5Type.Document.TradeCondition','TradeCondition'), 'IAmountGenerator'), + (('Products.ERP5Type.Document.TradeModelCell','TradeModelCell'), 'IAmountGenerator'), (('Products.ERP5Type.Document.TradeModelCell','TradeModelCell'), 'IVariated'), - (('Products.ERP5Type.Document.TradeModelLine','TradeModelLine'), 'ITransformation'), + (('Products.ERP5Type.Document.TradeModelLine','TradeModelLine'), 'IAmountGenerator'), (('Products.ERP5Type.Document.TradeModelLine','TradeModelLine'), 'IVariated'), (('Products.ERP5Type.Document.TradeModelRule','TradeModelRule'), 'IPredicate'), (('Products.ERP5Type.Document.TradeModelRule','TradeModelRule'), 'IRule'), - (('Products.ERP5Type.Document.Transformation','Transformation'), 'ITransformation'), + (('Products.ERP5Type.Document.Transformation','Transformation'), 'IAmountGenerator'), (('Products.ERP5Type.Document.Transformation','Transformation'), 'IVariated'), (('Products.ERP5Type.Document.TransformationRule','TransformationRule'), 'IPredicate'), (('Products.ERP5Type.Document.TransformationRule','TransformationRule'), 'IRule'), -- 2.30.9