Commit 0a55db1b authored by Jérome Perrin's avatar Jérome Perrin

as said in the comment, erp5_web_ui_test must be the last


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36335 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d8386f1
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment