[Erp5-report] r41861 nicolas - /erp5/trunk/products/ERP5/tests/testERP5WebCodingStyle.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 29 14:52:41 CET 2010


Author: nicolas
Date: Wed Dec 29 14:52:41 2010
New Revision: 41861

URL: http://svn.erp5.org?rev=41861&view=rev
Log:
Install suggested dependencies of erp5_web in order to make this test pass.
erp5_web embed features related to erp5_crm, but
erp5_crm is not an hard dependency.

Modified:
    erp5/trunk/products/ERP5/tests/testERP5WebCodingStyle.py

Modified: erp5/trunk/products/ERP5/tests/testERP5WebCodingStyle.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5WebCodingStyle.py?rev=41861&r1=41860&r2=41861&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5WebCodingStyle.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5WebCodingStyle.py [utf8] Wed Dec 29 14:52:41 2010
@@ -43,6 +43,9 @@ class CodingStyle(CodingStyleTestCase):
     """
     return ('erp5_base',
             'erp5_web',
+            'erp5_ingestion_mysql_innodb_catalog',
+            'erp5_ingestion',
+            'erp5_crm',
             )
 
 def test_suite():



More information about the Erp5-report mailing list