From 1a4290a57b898db4f81b021418dd1996acc5331f Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 24 Jan 2011 19:08:53 +0000 Subject: [PATCH] fix a typo of the class name. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42636 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5OOo/tests/testDms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5OOo/tests/testDms.py b/product/ERP5OOo/tests/testDms.py index eeb6bc4beb..6de4b3058c 100644 --- a/product/ERP5OOo/tests/testDms.py +++ b/product/ERP5OOo/tests/testDms.py @@ -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 = \ -- 2.30.9