Commit dda0bc11 authored by Romain Courteaud's avatar Romain Courteaud

New skin selections to test

parent c80ae7e5
......@@ -564,6 +564,66 @@ activity
zpt_content
zpt_control
zpt_generic
"""
self.assertSameSkinSelection(skin_name, selection_string_list)
def test_13_ODS_selection(self, quiet=0, run=run_all_test):
"""
Check the skin folder order
"""
if not run: return
skin_name = 'ODS'
selection_string_list = \
"""
"""
self.assertSameSkinSelection(skin_name, selection_string_list)
def test_14_ODT_selection(self, quiet=0, run=run_all_test):
"""
Check the skin folder order
"""
if not run: return
skin_name = 'ODT'
selection_string_list = \
"""
"""
self.assertSameSkinSelection(skin_name, selection_string_list)
def test_15_RSS_selection(self, quiet=0, run=run_all_test):
"""
Check the skin folder order
"""
if not run: return
skin_name = 'RSS'
selection_string_list = \
"""
"""
self.assertSameSkinSelection(skin_name, selection_string_list)
def test_16_SHACACHE_selection(self, quiet=0, run=run_all_test):
"""
Check the skin folder order
"""
if not run: return
skin_name = 'SHACACHE'
selection_string_list = \
"""
"""
self.assertSameSkinSelection(skin_name, selection_string_list)
def test_17_SHADIR_selection(self, quiet=0, run=run_all_test):
"""
Check the skin folder order
"""
if not run: return
skin_name = 'SHADIR'
selection_string_list = \
"""
"""
self.assertSameSkinSelection(skin_name, selection_string_list)
......
120
\ No newline at end of file
121
\ 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