[Erp5-report] r36484 leonardo - /erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 21 21:03:55 CEST 2010


Author: leonardo
Date: Mon Jun 21 21:03:54 2010
New Revision: 36484

URL: http://svn.erp5.org?rev=36484&view=rev
Log:
typos

Modified:
    erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

Modified: erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py?rev=36484&r1=36483&r2=36484&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] Mon Jun 21 21:03:54 2010
@@ -220,7 +220,7 @@ from Acquisition import aq_base
 
 portal_name = 'erp5_portal'
 
-# we keep a reference to all sites for wich setup failed the first time, to
+# we keep a reference to all sites for which setup failed the first time, to
 # prevent replaying the same failing setup step for each test.
 failed_portal_installation = {}
 
@@ -1181,7 +1181,7 @@ class ERP5ReportTestCase(ERP5TypeTestCas
 
 def dummy_setUp(self):
   '''
-  This one is overloaded so that it dos not execute beforeSetUp and afterSetUp
+  This one is overloaded so that it does not execute beforeSetUp and afterSetUp
   from the original tests, which would write to the FileStorage when --save is
   enabled
   '''
@@ -1196,7 +1196,7 @@ def dummy_setUp(self):
 
 def dummy_tearDown(self):
   '''
-  This one is overloaded so that it dos not execute beforeTearDown from
+  This one is overloaded so that it does not execute beforeTearDown from
   the original tests, which would write to the FileStorage when --save
   is enabled
   '''




More information about the Erp5-report mailing list