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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 15 09:18:40 CEST 2010


Author: jerome
Date: Tue Jun 15 09:18:40 2010
New Revision: 36335

URL: http://svn.erp5.org?rev=36335&view=rev
Log:
as said in the comment, erp5_web_ui_test must be the last

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=36335&r1=36334&r2=36335&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/prepareFunctionalTest.py [utf8] Tue Jun 15 09:18:40 2010
@@ -61,11 +61,11 @@ class TestZelenium(ERP5TypeTestCase):
                 'erp5_project_ui_test',
                 'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
                 'erp5_web', 'erp5_dms', 'erp5_dms_ui_test',
-                # erp5_web_ui_test must run at the last.
-                'erp5_web_ui_test',
-                # 'erp5_accounting_l10n_fr', 'erp5_payroll',
-                # 'erp5_payroll_ui_test',
                 'erp5_km', 'erp5_km_ui_test'
+                # erp5_web_ui_test must run at the last, because it logs out
+                # manager user and continue other tests as a user created in
+                # that test.
+                'erp5_web_ui_test',
                 )
 
     def testFunctional(self):




More information about the Erp5-report mailing list