Commit b29b5dcb authored by Romain Courteaud's avatar Romain Courteaud 🐸

[officejs_test] Module ID generator is not used for now

parent 15e5abfa
......@@ -10,7 +10,7 @@ from erp5.component.test.testOfficeJSAppstoreMixin import \
class TestSlapOSConfigurator(testOfficeJSAppstoreMixin):
def testConfiguredModuleGeneratorIDViaConstraint(self):
def notestConfiguredModuleGeneratorIDViaConstraint(self):
""" Make sure Generator ID is well configured, in this
case we trust on promise outcome."""
self.assertEqual(self.portal.portal_ids.checkConsistency(), [])
......@@ -73,10 +73,10 @@ class TestSlapOSConfigurator(testOfficeJSAppstoreMixin):
well configured """
# set preference
preference_tool = self.portal.portal_preferences
conversion_url = "https://cloudooo.erp5.net"
conversion_url = "https://cloudooo.erp5.net/"
self.assertEqual(preference_tool.getPreferredDocumentConversionServerUrl(), conversion_url)
def testModuleHasIdGeneratorByDay(self):
def notestModuleHasIdGeneratorByDay(self):
""" Ensure the Constraint sets appropriate id generator on all modules.
"""
module_list = [module.getId() for module in self.portal.objectValues()
......@@ -222,7 +222,12 @@ class TestSlapOSConfigurator(testOfficeJSAppstoreMixin):
'officejs_credential',
'officejs_meta',
'officejs_security',
'officejs_upgrader'
'officejs_upgrader',
# test bt5
'erp5_forge',
'erp5_ui_test',
'erp5_ui_test_core',
'officejs_test'
]
self.assertSameSet(expected_business_template_list,
self.portal.portal_templates.getInstalledBusinessTemplateTitleList())
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