Commit 1a4290a5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo of the class name.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42636 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b696becd
......@@ -2396,7 +2396,7 @@ class TestDocumentWithSecurity(TestDocumentMixin):
those properties are taken into account when the user
views an image
"""
super(TestDocument, self).login('yusei')
super(TestDocumentWithSecurity, self).login('yusei')
preference_tool = self.portal.portal_preferences
#get the thumbnail sizes defined by default on default site preference
default_thumbnail_image_height = \
......
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