Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs-appstore
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
officejs-appstore
Commits
872300da
Commit
872300da
authored
Dec 21, 2023
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
officejs_test: update
parent
47b12d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
bt5/officejs_test/TestTemplateItem/portal_components/test.erp5.testOfficeJSAppstoreConfigurator.py
..._components/test.erp5.testOfficeJSAppstoreConfigurator.py
+5
-1
No files found.
bt5/officejs_test/TestTemplateItem/portal_components/test.erp5.testOfficeJSAppstoreConfigurator.py
View file @
872300da
...
...
@@ -74,7 +74,9 @@ class TestSlapOSConfigurator(testOfficeJSAppstoreMixin):
# set preference
preference_tool
=
self
.
portal
.
portal_preferences
conversion_url
=
"https://cloudooo.erp5.net/"
self
.
assertEqual
(
preference_tool
.
getPreferredDocumentConversionServerUrl
(),
conversion_url
)
conversion_url1
=
"https://cloudooo1.erp5.net/"
server_url
=
preference_tool
.
getPreferredDocumentConversionServerUrl
()
self
.
assertTrue
(
server_url
==
conversion_url
or
server_url
==
conversion_url1
)
def
testDocumentModuleMigration
(
self
):
"""
...
...
@@ -241,6 +243,8 @@ class TestSlapOSConfigurator(testOfficeJSAppstoreMixin):
'erp5_forge'
,
'erp5_ui_test'
,
'erp5_ui_test_core'
,
'erp5_web_service'
,
'erp5_oauth2_resource'
,
'officejs_test'
]
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