[Erp5-report] r27598 - /erp5/trunk/products/ERP5/tests/testERP5Interfaces.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jun 16 13:35:38 CEST 2009
Author: luke
Date: Tue Jun 16 13:35:32 2009
New Revision: 27598
URL: http://svn.erp5.org?rev=27598&view=rev
Log:
- follow name change of interface
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=27598&r1=27597&r2=27598&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] Tue Jun 16 13:35:32 2009
@@ -33,7 +33,7 @@
# this list can be generated automatically using introspection or can be set
# manually and treated as reference to what implements what
implements_tuple_list = [
- ('BusinessPath', 'IArrow'),
+ ('BusinessPath', 'IArrowBase'),
('BusinessPath', 'IBusinessPath'),
('BusinessPath', 'ICategoryAccessProvider'),
('TradeCondition', 'ITransformation'),
More information about the Erp5-report
mailing list