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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 6 13:58:29 CEST 2009


Author: nicolas
Date: Mon Jul  6 13:58:24 2009
New Revision: 27972

URL: http://svn.erp5.org?rev=27972&view=rev
Log:
Extend test for IDocument 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=27972&r1=27971&r2=27972&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] Mon Jul  6 13:58:24 2009
@@ -48,6 +48,14 @@
   ('TransformationRule', 'IPredicate'),
   ('TransformationRule', 'IRule'),
   ('TransformedResource', 'IVariated'),
+  #IDocument
+  ('Document', 'IDocument'),
+  ('Image', 'IDocument'),
+  ('File', 'IDocument'),
+  ('OOoDocument', 'IDocument'),
+  ('TextDocument', 'IDocument'),
+  ('EmailDocument', 'IDocument'),
+  ('Event', 'IDocument'),
 ]
 
 class TestERP5Interfaces(ERP5TypeTestCase):




More information about the Erp5-report mailing list