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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Dec 1 13:23:21 CET 2009


Author: kazuhiko
Date: Tue Dec  1 13:23:19 2009
New Revision: 30962

URL: http://svn.erp5.org?rev=30962&view=rev
Log:
ITransformation is renamed to IAmountGenerator.

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=30962&r1=30961&r2=30962&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] Tue Dec  1 13:23:19 2009
@@ -37,14 +37,14 @@
   (('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'),




More information about the Erp5-report mailing list