[slapos_erp5] testSlapOSERP5SkinSelection: add Hal skin.

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