Commit 9025877d authored by Ivan Tyagov's avatar Ivan Tyagov

Fix check string.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35648 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e7485600
......@@ -687,7 +687,7 @@ class TestGadgets(ERP5TypeTestCase, ZopeTestCase.Functional):
self.web_section_knowledge_pad,
km_assigned_member_gadget)
self.changeSkin('KM')
self.failUnless('No result !' in
self.failUnless('No result' in
self.publish(self.base_url_pattern
%(self.web_section_url+'/%s' %assigned_members_subsection.getId(),
gadget_view_form_id,
......
1420
\ No newline at end of file
1421
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