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
Yusei Tahara
erp5
Commits
2d4d59b6
Commit
2d4d59b6
authored
Apr 27, 2020
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_configurator_standard: officejs sdk doesn't setup cloudooo
parent
48be69e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
bt5/erp5_configurator_standard/TestTemplateItem/portal_components/test.erp5.testOfficeJSSDKConfigurator.py
...ortal_components/test.erp5.testOfficeJSSDKConfigurator.py
+8
-7
No files found.
bt5/erp5_configurator_standard/TestTemplateItem/portal_components/test.erp5.testOfficeJSSDKConfigurator.py
View file @
2d4d59b6
...
@@ -170,13 +170,14 @@ class TestOfficeJSSDKConfigurator(SecurityTestCase):
...
@@ -170,13 +170,14 @@ class TestOfficeJSSDKConfigurator(SecurityTestCase):
self
.
assertEqual
(
memcached_tool
.
persistent_memcached_plugin
.
getUrlString
(),
self
.
assertEqual
(
memcached_tool
.
persistent_memcached_plugin
.
getUrlString
(),
url_string
)
url_string
)
def
testConfiguredConversionServer
(
self
):
# XXX The configurator doesn't setup cloudooo
""" Make sure Conversion Server (Cloudooo) is
# def testConfiguredConversionServer(self):
well configured """
# """ Make sure Conversion Server (Cloudooo) is
# set preference
# well configured """
preference_tool
=
self
.
portal
.
portal_preferences
# # set preference
conversion_url
=
"https://cloudooo.erp5.net/"
# preference_tool = self.portal.portal_preferences
self
.
assertEqual
(
preference_tool
.
getPreferredDocumentConversionServerUrl
(),
conversion_url
)
# conversion_url = "https://cloudooo.erp5.net/"
# self.assertEqual(preference_tool.getPreferredDocumentConversionServerUrl(), conversion_url)
def
testConfiguredBusinessTemplateList
(
self
):
def
testConfiguredBusinessTemplateList
(
self
):
""" Make sure Installed business Templates are
""" Make sure Installed business Templates are
...
...
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