Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
c87a57b1
Commit
c87a57b1
authored
Feb 18, 2022
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testOfficeJSSDKConfigurator: Get core business template list from portal.
Avoids duplicating items from that list.
parent
92684364
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
bt5/erp5_configurator_standard/TestTemplateItem/portal_components/test.erp5.testOfficeJSSDKConfigurator.py
...ortal_components/test.erp5.testOfficeJSSDKConfigurator.py
+1
-5
No files found.
bt5/erp5_configurator_standard/TestTemplateItem/portal_components/test.erp5.testOfficeJSSDKConfigurator.py
View file @
c87a57b1
...
...
@@ -183,7 +183,7 @@ class TestOfficeJSSDKConfigurator(SecurityTestCase):
""" Make sure Installed business Templates are
what it is expected. """
expected_business_template_list
=
[
expected_business_template_list
=
self
.
portal
.
getCoreBusinessTemplateList
()
+
[
'erp5_accounting'
,
'erp5_administration'
,
'erp5_base'
,
...
...
@@ -191,7 +191,6 @@ class TestOfficeJSSDKConfigurator(SecurityTestCase):
'erp5_code_mirror'
,
'erp5_configurator'
,
'erp5_configurator_standard'
,
'erp5_core'
,
'erp5_core_proxy_field_legacy'
,
'erp5_crm'
,
'erp5_dms'
,
...
...
@@ -218,7 +217,6 @@ class TestOfficeJSSDKConfigurator(SecurityTestCase):
'erp5_minipaint'
,
'erp5_monaco_editor'
,
'erp5_multimedia'
,
'erp5_mysql_innodb_catalog'
,
'erp5_notebook'
,
'erp5_officejs'
,
'erp5_officejs_connector'
,
...
...
@@ -228,7 +226,6 @@ class TestOfficeJSSDKConfigurator(SecurityTestCase):
'erp5_only_office'
,
'erp5_pdm'
,
'erp5_project'
,
'erp5_property_sheets'
,
'erp5_run_my_doc'
,
'erp5_simulation'
,
'erp5_slideshow_style'
,
...
...
@@ -246,7 +243,6 @@ class TestOfficeJSSDKConfigurator(SecurityTestCase):
'erp5_web_renderjs_ui_test'
,
'erp5_web_renderjs_ui_test_core'
,
'erp5_web_service'
,
'erp5_xhtml_style'
,
'officejs_todomvc'
]
self
.
assertSameSet
(
expected_business_template_list
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment