[Erp5-report] r23963 - /erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 2 10:03:04 CEST 2008


Author: fabien
Date: Thu Oct  2 10:03:03 2008
New Revision: 23963

URL: http://svn.erp5.org?rev=23963&view=rev
Log:
add erp5_ui_test_core to business template list.
erp5_ui_test_core provide a framework for zelenium tests. So now for other project, it's not needed to install erp5_ui_test (that runs all erp5_ui tests)

Modified:
    erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py

Modified: erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py?rev=23963&r1=23962&r2=23963&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py (original)
+++ erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py Thu Oct  2 10:03:03 2008
@@ -44,7 +44,7 @@
         """
           Return the list of business templates.
         """
-        return ('erp5_base', 'erp5_ui_test', 'erp5_forge',
+        return ('erp5_base', 'erp5_ui_test_core', 'erp5_ui_test', 'erp5_forge',
                 'erp5_trade', 'erp5_pdm', 'erp5_pdf_style',
                 'erp5_accounting', 'erp5_invoicing', 'erp5_accounting_ui_test',
                 'erp5_pdm_ui_test',




More information about the Erp5-report mailing list