[Erp5-report] r30961 - /erp5/trunk/products/ERP5/tests/testERP5Interfaces.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Dec 1 13:19:15 CET 2009
Author: kazuhiko
Date: Tue Dec 1 13:19:14 2009
New Revision: 30961
URL: http://svn.erp5.org?rev=30961&view=rev
Log:
IAggregatedAmountList is renamed to IAmountList.
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=30961&r1=30960&r2=30961&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] Tue Dec 1 13:19:14 2009
@@ -57,8 +57,8 @@
(('Products.ERP5Type.Document.TextDocument', 'TextDocument'), 'IDocument'),
(('Products.ERP5Type.Document.EmailDocument', 'EmailDocument'), 'IDocument'),
(('Products.ERP5Type.Document.Event', 'Event'), 'IDocument'),
- # IAggregatedAmountList
- (('Products.ERP5.AggregatedAmountList', 'AggregatedAmountList'), 'IAggregatedAmountList'),
+ # IAmountList
+ (('Products.ERP5.AggregatedAmountList', 'AggregatedAmountList'), 'IAmountList'),
]
# IMovementGroup
for movement_group_class_name in ['MovementGroup', 'BaseVariantMovementGroup',
More information about the Erp5-report
mailing list