Commit 4880fdac authored by Jérome Perrin's avatar Jérome Perrin

testXHTML: fix business template installation order

This test (just like all legacy filesystem tests) does not use business
template dependencies but just install business templates in the order from
getBusinessTemplateList, but business templates are not listed in correct
order.

It use to be OK (which warnings), but erp5_test_result can no longer be
installed without erp5_project, so review installation order to install
erp5_project earlier.
parent 92062f69
Pipeline #11647 failed with stage
in 0 seconds
......@@ -432,10 +432,12 @@ class TestXHTML(TestXHTMLMixin):
'erp5_budget',
'erp5_public_accounting_budget',
'erp5_project',
'erp5_consulting',
'erp5_ingestion',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_ingestion',
'erp5_crm',
'erp5_interface_post',
......@@ -460,8 +462,6 @@ class TestXHTML(TestXHTMLMixin):
'erp5_open_trade',
'erp5_payroll',
'erp5_project',
'erp5_calendar',
'erp5_advanced_invoicing',
......
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