Commit c4d60267 authored by Romain Courteaud's avatar Romain Courteaud

Fix wrong comment.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26338 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cee5922b
...@@ -805,8 +805,8 @@ class TestERP5Web(ERP5TypeTestCase, ZopeTestCase.Functional): ...@@ -805,8 +805,8 @@ class TestERP5Web(ERP5TypeTestCase, ZopeTestCase.Functional):
self.assertSameSet([sub_web_section], self.assertSameSet([sub_web_section],
web_site.getWebSectionValueList(web_page)) web_site.getWebSectionValueList(web_page))
# Set leaf web section visible # Set leaf web section visible, which should be returned even if parent is
# Nothing is returned # not visible
web_section.setVisible(0) web_section.setVisible(0)
sub_web_section.setVisible(1) sub_web_section.setVisible(1)
_commit() _commit()
......
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