[Erp5-report] r34313 lucas - /erp5/trunk/products/ERP5/tests/testERP5Web.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Apr 7 10:13:46 CEST 2010


Author: lucas
Date: Wed Apr  7 10:13:45 2010
New Revision: 34313

URL: http://svn.erp5.org?rev=34313&view=rev
Log:
Using only the necessary business template list to run the test. The removed templates were just to help to debug the test instance.

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

Modified: erp5/trunk/products/ERP5/tests/testERP5Web.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Web.py?rev=34313&r1=34312&r2=34313&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Web.py [utf8] Wed Apr  7 10:13:45 2010
@@ -1230,15 +1230,10 @@
 
   def getBusinessTemplateList(self):
     return ('erp5_base',
+            'erp5_pdm',
             'erp5_trade',
             'erp5_project',
-            'erp5_ingestion_mysql_innodb_catalog',
-            'erp5_ingestion',
             'erp5_web',
-            'erp5_dms',
-            'erp5_knowledge_pad',
-            'erp5_km',
-            'erp5_rss_style',
             )
 
   def getTitle(self):




More information about the Erp5-report mailing list