Commit 4428a642 authored by Mame Coumba Sall's avatar Mame Coumba Sall

Add standard_project_template in tests because it now contains project builders

parent e20fdf0f
......@@ -237,6 +237,7 @@ class AccountingTestCase(ERP5TypeTestCase):
'erp5_configurator_standard_trade_template',
'erp5_configurator_standard_accounting_template',
'erp5_configurator_standard_invoicing_template',
'erp5_configurator_standard_project_template',
'erp5_simulation_test')
......
......@@ -139,7 +139,8 @@ class TestAdvancedInvoice(TestSaleInvoiceMixin, ERP5TypeTestCase):
'erp5_configurator_standard_trade_template',
'erp5_configurator_standard_invoicing_template',
'erp5_configurator_standard_accounting_template',
'erp5_configurator_standard_solver', 'erp5_simulation_test')
'erp5_configurator_standard_solver', 'erp5_simulation_test',
'erp5_configurator_standard_project_template')
def stepStartRelatedInvoice(self, sequence=None, sequence_list=None, **kw):
packing_list = sequence.get('packing_list')
......
......@@ -185,6 +185,7 @@ class InventoryAPITestCase(ERP5TypeTestCase):
'erp5_dummy_movement', 'erp5_simulation',
'erp5_trade', 'erp5_apparel', 'erp5_project',
'erp5_configurator_standard_trade_template',
'erp5_configuratorr_standard_project_template',
'erp5_simulation_test', 'erp5_stock_cache')
# TODO: move this to a base class {{{
......
......@@ -67,6 +67,7 @@ class TestOrderMixin(SubcontentReindexingWrapper):
'erp5_simulation', 'erp5_trade', 'erp5_apparel', 'erp5_project',
'erp5_configurator_standard_solver',
'erp5_configurator_standard_trade_template',
'erp5_configurator_standard_project_template',
'erp5_simulation_test', 'erp5_administration')
def login(self, quiet=0, run=1):
......
......@@ -51,6 +51,7 @@ class TestProject(ERP5TypeTestCase):
'erp5_trade',
'erp5_project',
'erp5_configurator_standard_trade_template',
'erp5_configurator_standard_project_template',
'erp5_simulation_test')
def afterSetUp(self):
......
......@@ -122,6 +122,7 @@ class TestTaskMixin:
'erp5_project', 'erp5_simulation_test',
'erp5_configurator_standard_solver',
'erp5_configurator_standard_trade_template',
'erp5_configurator_standard_project_template',
'erp5_core_proxy_field_legacy')
# def stepLogin(self, **kw):
......
......@@ -45,7 +45,8 @@ class TestTaskReporting(ERP5ReportTestCase):
return ('erp5_core_proxy_field_legacy',
'erp5_base','erp5_pdm', 'erp5_simulation', 'erp5_trade',
'erp5_configurator_standard_trade_template',
'erp5_project', 'erp5_simulation_test')
'erp5_project', 'erp5_simulation_test',
'erp5_configurator_standard_project_template')
@reindex
def _makeOneTask(self, simulation_state='planned', **kw):
......
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