[Erp5-report] r42636 kazuhiko - /erp5/trunk/products/ERP5OOo/tests/testDms.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 24 20:08:53 CET 2011


Author: kazuhiko
Date: Mon Jan 24 20:08:53 2011
New Revision: 42636

URL: http://svn.erp5.org?rev=42636&view=rev
Log:
fix a typo of the class name.

Modified:
    erp5/trunk/products/ERP5OOo/tests/testDms.py

Modified: erp5/trunk/products/ERP5OOo/tests/testDms.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/tests/testDms.py?rev=42636&r1=42635&r2=42636&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] (original)
+++ erp5/trunk/products/ERP5OOo/tests/testDms.py [utf8] Mon Jan 24 20:08:53 2011
@@ -2396,7 +2396,7 @@ class TestDocumentWithSecurity(TestDocum
     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 = \



More information about the Erp5-report mailing list