Commit c185f7ab authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: reindex skins is not handled by ERP5Site_reindexAll

  The skins should be automatically indexed while install the bt5s.
parent 1c1dd3be
......@@ -49,7 +49,6 @@ class TestSlapOSHypermediaPersonScenario(testSlapOSMixin):
erp5_person = self._makeUser()
self.tic()
self.portal.changeSkin('Hal')
self.portal.ERP5Site_reindexSkinList()
self.tic()
authorization = 'Basic %s' % base64.b64encode(
......@@ -413,7 +412,6 @@ class TestSlapOSHypermediaInstanceScenario(testSlapOSMixin):
self._makeTree()
instance = self.software_instance
self.portal.changeSkin('Hal')
self.portal.ERP5Site_reindexSkinList()
self.tic()
remote_user = instance.getReference()
......
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