Commit 7558a6b2 authored by Jérome Perrin's avatar Jérome Perrin

install erp5_movement_table_catalog for the tests that have not been updated

parent d87b9db8
......@@ -92,6 +92,7 @@ class TestImmobilisationMixin(ERP5TypeTestCase):
'erp5_configurator_standard_accounting_template',
'erp5_configurator_standard_invoicing_template',
"erp5_simulation_test",
"erp5_movement_table_catalog" # ImmobilisationItem.py uses movement table
)
def getRuleTool(self):
......
......@@ -32,7 +32,10 @@ from DateTime import DateTime
class MilestoneReportingMixin:
business_template_list = ('erp5_base','erp5_pdm', 'erp5_trade', 'erp5_project',)
business_template_list = ('erp5_base','erp5_pdm', 'erp5_trade', 'erp5_project',
# XXX This report have to be updated not to use movement table
"erp5_movement_table_catalog",
)
@reindex
def _makeOneMilestone(self, project_title, **kw):
......
......@@ -68,6 +68,12 @@ class TestZeleniumCore(ERP5TypeFunctionalTestCase):
# manager user and continue other tests as a user created in
# that test.
'erp5_web_ui_test',
# Accounting Module list from erp5_accounting still uses movement table
# TODO: merge erp5_accounting_alternate_catalog in
# erp5_accounting and update those tests
# (erp5_accounting_alternate_catalog does not provide stat columns)
'erp5_movement_table_catalog',
)
def test_suite():
......
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