Commit 7f9a7a86 authored by Rafael Monnerat's avatar Rafael Monnerat

Check for default skin selection setup script.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42314 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80d18ac4
......@@ -125,6 +125,10 @@ class TestLiveUpgrader(ERP5TypeLiveTestCase):
self.assertTrue(signature['alarm_dict']["bt5_upgrader"])
self.assertTrue(signature['alarm_dict']["finalize_upgrader"])
# By default there is nothing to fix on skin Selection.
# (rafael) Is it really necessary?
self.assertFalse(self.portal.ERP5Site_setupUpgraderSkinSelection())
def testUpgradeObjectWorkflowState(self):
"""
Create a test to ERP5Site_upgradeObjectList which aims to update
......
554
\ No newline at end of file
555
\ 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