[Erp5-report] r19939 - in /erp5/trunk/products/ERP5/tests: testERP5Web.py testXHTML.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Mar 14 18:23:49 CET 2008
Author: yusei
Date: Fri Mar 14 18:23:49 2008
New Revision: 19939
URL: http://svn.erp5.org?rev=19939&view=rev
Log:
Update business template list.
Modified:
erp5/trunk/products/ERP5/tests/testERP5Web.py
erp5/trunk/products/ERP5/tests/testXHTML.py
Modified: erp5/trunk/products/ERP5/tests/testERP5Web.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Web.py?rev=19939&r1=19938&r2=19939&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Web.py (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Web.py Fri Mar 14 18:23:49 2008
@@ -59,7 +59,8 @@
"""
Return the list of required business templates.
"""
- return ('erp5_base', 'erp5_web',
+ return ('erp5_base', 'erp5_web',
+ 'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_dms', 'erp5_dms_mysql_innodb_catalog',)
def afterSetUp(self):
Modified: erp5/trunk/products/ERP5/tests/testXHTML.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testXHTML.py?rev=19939&r1=19938&r2=19939&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testXHTML.py (original)
+++ erp5/trunk/products/ERP5/tests/testXHTML.py Fri Mar 14 18:23:49 2008
@@ -69,6 +69,8 @@
'erp5_consulting',
+ 'erp5_ingestion',
+ 'erp5_ingestion_mysql_innodb_catalog',
'erp5_crm',
'erp5_web',
More information about the Erp5-report
mailing list