[Erp5-report] r26378 - /erp5/trunk/products/ERP5OOo/tests/testIngestion.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 9 18:39:18 CEST 2009


Author: kazuhiko
Date: Thu Apr  9 18:39:17 2009
New Revision: 26378

URL: http://svn.erp5.org?rev=26378&view=rev
Log:
erp5_dms_mysql_innodb_catalog is no longer required in this test.

Modified:
    erp5/trunk/products/ERP5OOo/tests/testIngestion.py

Modified: erp5/trunk/products/ERP5OOo/tests/testIngestion.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testIngestion.py?rev=26378&r1=26377&r2=26378&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testIngestion.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testIngestion.py [utf8] Thu Apr  9 18:39:17 2009
@@ -95,8 +95,7 @@
     """
     return ('erp5_base',
             'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
-            'erp5_web', 'erp5_crm',
-            'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
+            'erp5_web', 'erp5_crm', 'erp5_dms')
 
   def afterSetUp(self, quiet=QUIET, run=RUN_ALL_TEST):
     """




More information about the Erp5-report mailing list