Commit cfb7baa6 authored by Romain Courteaud's avatar Romain Courteaud 🐙

[officejs_test] Describe the expected list of bt5 installed

parent ccb2b5cc
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
from erp5.component.test.testOfficeJSAppstoreMixin import \ from erp5.component.test.testOfficeJSAppstoreMixin import \
testOfficeJSAppstoreMixin testOfficeJSAppstoreMixin
import os
class TestSlapOSConfigurator(testOfficeJSAppstoreMixin): class TestSlapOSConfigurator(testOfficeJSAppstoreMixin):
...@@ -181,18 +180,57 @@ class TestSlapOSConfigurator(testOfficeJSAppstoreMixin): ...@@ -181,18 +180,57 @@ class TestSlapOSConfigurator(testOfficeJSAppstoreMixin):
what it is expected. """ what it is expected. """
expected_business_template_list = [ expected_business_template_list = [
'erp5_accounting',
'erp5_base',
'erp5_code_mirror',
'erp5_configurator',
'erp5_configurator_maxma_demo',
'erp5_configurator_run_my_doc',
'erp5_configurator_standard',
'erp5_content_translation',
'erp5_core', 'erp5_core',
'erp5_xhtml_style', 'erp5_core_proxy_field_legacy',
'erp5_credential',
'erp5_crm',
'erp5_dms',
'erp5_font',
'erp5_full_text_myisam_catalog',
'erp5_hal_json_style',
'erp5_ingestion',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_jquery',
'erp5_jquery_plugin_colorpicker',
'erp5_jquery_plugin_elastic',
'erp5_jquery_plugin_jqchart',
'erp5_jquery_plugin_mbmenu',
'erp5_jquery_plugin_sheet',
'erp5_jquery_sheet_editor',
'erp5_jquery_ui',
'erp5_knowledge_pad',
'erp5_l10n_fa',
'erp5_multimedia',
'erp5_full_text_mroonga_catalog',
'erp5_notebook',
'erp5_officejs',
'erp5_officejs_appstore_base',
'erp5_officejs_appstore_website',
'erp5_pdm',
'erp5_property_sheets', 'erp5_property_sheets',
'erp5_mysql_innodb_catalog', 'erp5_smart_assistant',
'erp5_software_pdm',
'erp5_svg_editor',
'erp5_trade',
'erp5_upgrader', 'erp5_upgrader',
'officejs_upgrader', 'erp5_web',
'erp5_full_text_myisam_catalog', 'erp5_web_renderjs_ui',
'erp5_core_proxy_field_legacy',
'erp5_base',
'erp5_workflow', 'erp5_workflow',
'erp5_configurator', 'erp5_xhtml_style',
'officejs_appstore_configurator', 'officejs_base',
'officejs_credential',
'officejs_meta',
'officejs_security',
'officejs_upgrader',
'slapos_configurator'
] ]
self.assertSameSet(expected_business_template_list, self.assertSameSet(expected_business_template_list,
self.portal.portal_templates.getInstalledBusinessTemplateTitleList()) self.portal.portal_templates.getInstalledBusinessTemplateTitleList())
...@@ -45,9 +45,7 @@ ...@@ -45,9 +45,7 @@
<item> <item>
<key> <string>text_content_warning_message</string> </key> <key> <string>text_content_warning_message</string> </key>
<value> <value>
<tuple> <tuple/>
<string>W: 10, 0: Unused import os (unused-import)</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
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