Commit d66589ed authored by Gabriel Monnerat's avatar Gabriel Monnerat

Typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45178 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9997a08b
......@@ -326,7 +326,7 @@ class TestUNGConfiguratorWorkflowMixin(ERP5TypeTestCase):
""" Check permission of Web Site with normal user """
self.portal.web_page_module.ERP5Site_createNewWebDocument("web_page_template")
self.stepTic()
result_list = self.portal.web_site_module.ungWebSection_getWebPageObjectList()
result_list = self.portal.web_site_module.ung.WebSection_getWebPageObjectList()
self.assertEquals(len(result_list), 1)
self.assertEquals(result_list[0].getTitle(), "Web Page")
new_object = self.portal.web_page_module.newContent(portal_type="Web Page")
......
37
\ No newline at end of file
38
\ No newline at end of file
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