Commit b1cf1352 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix condition.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24727 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2aa34f24
......@@ -5237,7 +5237,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
"""
Check that a skin selection has been removed.
"""
self.assertTrue('Foo' in ps.getSkinSelections())
self.assertTrue('Foo' not in self.portal.portal_skins.getSkinSelections())
def test_suite():
......
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