[Erp5-report] r41118 hugo.maia - /erp5/trunk/utils/cloudooo/cloudooo/tests/testOOGranulate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Dec 4 01:07:52 CET 2010


Author: hugo.maia
Date: Sat Dec  4 01:07:52 2010
New Revision: 41118

URL: http://svn.erp5.org?rev=41118&view=rev
Log:
Amend typo

Modified:
    erp5/trunk/utils/cloudooo/cloudooo/tests/testOOGranulate.py

Modified: erp5/trunk/utils/cloudooo/cloudooo/tests/testOOGranulate.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo/cloudooo/tests/testOOGranulate.py?rev=41118&r1=41117&r2=41118&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo/cloudooo/tests/testOOGranulate.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo/cloudooo/tests/testOOGranulate.py [utf8] Sat Dec  4 01:07:52 2010
@@ -80,8 +80,8 @@ class TestOOGranulate(cloudoooTestCase):
 
   def testGetImageWithoutSuccess(self):
     """Test if getImage() returns an empty string for not existent id"""
-    geted_image = self.oogranulate.getImage('anything.png')
-    self.assertEquals('', geted_image)
+    obtained_image = self.oogranulate.getImage('anything.png')
+    self.assertEquals('', obtained_image)
 
   def testGetParagraphItemList(self):
     """Test if getParagraphItemList() returns the right paragraphs list"""



More information about the Erp5-report mailing list