Commit e45f6642 authored by Ivan Tyagov's avatar Ivan Tyagov

Method moved to parent class.

parent 766c9a01
......@@ -96,14 +96,6 @@ class TestKMMixIn(TestDocumentMixin):
user = uf.getUserById('ivan').__of__(uf)
newSecurityManager(None, user)
def changeSkin(self, skin_name):
"""
Change current Skin
"""
request = self.app.REQUEST
self.getPortal().portal_skins.changeSkin(skin_name)
request.set('portal_skin', skin_name)
class TestKM(TestKMMixIn):
"""
Test Knowledge Management system.
......
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