[slapos_erp5] testSlapOSERP5SkinSelection: add Hal skin.

parent bfb0168f
......@@ -57,6 +57,8 @@ class TestSlaposSkinSelection(testSlapOSMixin):
[x[0] for x in portal.portal_skins.getSkinPaths()],
[
'Download',
'Hal',
'HalRestricted',
'Hosting',
'KM',
'Multiflex',
......@@ -65,7 +67,7 @@ class TestSlaposSkinSelection(testSlapOSMixin):
'RSS',
'SHACACHE',
'SHADIR',
'View',
'View'
]
)
......@@ -1131,4 +1133,4 @@ zpt_generic
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestSlaposSkinSelection))
return suite
return suite
\ No newline at end of file
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