[Erp5-report] r43631 rafael - /erp5/trunk/utils/erp5.appliance.test/src/test.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Feb 23 19:56:47 CET 2011
Author: rafael
Date: Wed Feb 23 19:56:47 2011
New Revision: 43631
URL: http://svn.erp5.org?rev=43631&view=rev
Log:
The Business templates erp5_core_proxy_field_legacy and erp5_full_text_myisam_catalog are used by the tests.
Modified:
erp5/trunk/utils/erp5.appliance.test/src/test.py
Modified: erp5/trunk/utils/erp5.appliance.test/src/test.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.appliance.test/src/test.py?rev=43631&r1=43630&r2=43631&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] (original)
+++ erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] Wed Feb 23 19:56:47 2011
@@ -498,7 +498,8 @@ def run_once(config, software_path,
os.mkdir(bt5_directory)
# Get needed business template
for bt5 in ['erp5_base', 'erp5_ingestion', 'erp5_ingestion_mysql_'
- 'innodb_catalog', 'erp5_web', 'erp5_dms']:
+ 'innodb_catalog', 'erp5_web', 'erp5_dms',
+ 'erp5_core_proxy_field_legacy', 'erp5_full_text_myisam_catalog']:
callWithTimeout([svn, 'export', '--non-interactive',
'--trust-server-cert',
'https://svn.erp5.org/repos/public/erp5/trunk/bt5/' + bt5,
More information about the Erp5-report
mailing list