From 0c830fcfc23f62e1e961f712b8a34598f5541f79 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Thu, 27 Nov 2008 12:07:53 +0000 Subject: [PATCH] Make it more readable and use right API. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24722 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testBusinessTemplate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py index 8fc9cb5b09..abf70af9aa 100644 --- a/product/ERP5/tests/testBusinessTemplate.py +++ b/product/ERP5/tests/testBusinessTemplate.py @@ -5238,6 +5238,7 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor): Check that a skin selection has been removed. """ self.failUnless('Foo' not in self.portal.portal_skins._getSelections().keys()) + self.assertTrue('Foo' in ps.getSkinSelections()) def test_suite(): -- 2.30.9