Commit 0a2eeb2f authored by Łukasz Nowak's avatar Łukasz Nowak Committed by Cédric de Saint Martin

Make more diff friendly.

parent b7b1edd6
...@@ -55,8 +55,18 @@ class TestVifibSkinSelection(testVifibMixin): ...@@ -55,8 +55,18 @@ class TestVifibSkinSelection(testVifibMixin):
portal = self.getPortal() portal = self.getPortal()
self.assertSameSet( self.assertSameSet(
[x[0] for x in portal.portal_skins.getSkinPaths()], [x[0] for x in portal.portal_skins.getSkinPaths()],
['Cash', 'Download', 'Fiber', 'Hosting', 'KM', 'Multiflex', 'ODS', 'ODT', [
'RSS', 'View'] 'Cash',
'Download',
'Fiber',
'Hosting',
'KM',
'Multiflex',
'ODS',
'ODT',
'RSS',
'View',
]
) )
def assertSameSkinSelection(self, skin_name, selection_string_list): def assertSameSkinSelection(self, skin_name, selection_string_list):
......
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