Commit 5e3f5299 authored by Ivan Tyagov's avatar Ivan Tyagov

Include gadget mode in test assert.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41952 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8af5a20
......@@ -230,7 +230,8 @@ class TestGadgets(ERP5TypeTestCase, ZopeTestCase.Functional):
default_pad_group = pad_group)
current_websection_pad, websection_pads = \
websection.ERP5Site_getActiveKnowledgePadForUser(websection_pads,
default_pad_group = pad_group)
mode='web_section',
default_pad_group = pad_group )
self.assertNotEqual(base_websection_pad.getObject(),
current_websection_pad.getObject())
......
1729
\ No newline at end of file
1730
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