Commit 477c01ca authored by Fabien Morin's avatar Fabien Morin

uncomment skin selection name :

Skin selection name should be set to km as some view available only in km skin selection are used in the test (like WebSection_viewSubsectionGadget)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34680 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 99e13138
......@@ -69,7 +69,7 @@ class TestGadgets(ERP5TypeTestCase, ZopeTestCase.Functional):
portal = self.getPortal()
web_site_module = portal.web_site_module
self.website = web_site_module.newContent(portal_type='Web Site')
#self.website.setSkinSelectionName('KM')
self.website.setSkinSelectionName('KM')
self.websection = self.website.newContent(portal_type='Web Section')
self.app.REQUEST.set('current_web_section', self.websection)
self.webpage = portal.web_page_module.newContent(
......
1332
\ No newline at end of file
1337
\ 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