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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 5 13:42:47 CEST 2009


Author: luke
Date: Fri Jun  5 13:42:46 2009
New Revision: 27392

URL: http://svn.erp5.org?rev=27392&view=rev
Log:
 - sorted

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=27392&r1=27391&r2=27392&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] Fri Jun  5 13:42:46 2009
@@ -33,19 +33,19 @@
 # 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', 'IBusinessPath'),
+  ('BusinessPath', 'ICategoryAccessProvider'),
   ('TradeModelCell', 'ITransformation'),
   ('TradeModelCell', 'IVariated'),
   ('TradeModelLine', 'ITransformation'),
   ('TradeModelLine', 'IVariated'),
+  ('TradeModelRule', 'IPredicate'),
+  ('TradeModelRule', 'IRule'),
   ('Transformation', 'ITransformation'),
   ('Transformation', 'IVariated'),
-  ('BusinessPath', 'IBusinessPath'),
-  ('BusinessPath', 'IArrow'),
-  ('BusinessPath', 'ICategoryAccessProvider'),
-  ('TradeModelRule', 'IRule'),
-  ('TradeModelRule', 'IPredicate'),
+  ('TransformationRule', 'IPredicate'),
   ('TransformationRule', 'IRule'),
-  ('TransformationRule', 'IPredicate'),
   ('TransformedResource', 'IVariated'),
 ]
 




More information about the Erp5-report mailing list