Commit ef09c00f authored by Ivan Tyagov's avatar Ivan Tyagov

Listbox changed XHTML structure of showing listbox results.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38284 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5ea548a4
......@@ -701,7 +701,7 @@ class TestGadgets(ERP5TypeTestCase, ZopeTestCase.Functional):
assignment = person.newContent(portal_type = 'Assignment')
self.stepTic()
self.changeSkin('KM')
self.failUnless('<em>1 - 1</em> of <em>1</em>' in
self.failUnless('1 records' in
self.publish(self.base_url_pattern
%(self.web_section_url+'/%s' %assigned_members_subsection.getId(),
gadget_view_form_id,
......
1532
\ No newline at end of file
1533
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