[Erp5-report] r27835 - /erp5/trunk/products/ERP5/tests/testXHTML.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 30 15:45:57 CEST 2009


Author: jm
Date: Tue Jun 30 15:45:55 2009
New Revision: 27835

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

Modified:
    erp5/trunk/products/ERP5/tests/testXHTML.py

Modified: erp5/trunk/products/ERP5/tests/testXHTML.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testXHTML.py?rev=27835&r1=27834&r2=27835&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testXHTML.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testXHTML.py [utf8] Tue Jun 30 15:45:55 2009
@@ -273,9 +273,9 @@
   '''
   # display some information when test faild to facilitate debugging
   message = ['Using %s validator to parse the view "%s" (from %s bt)'
-             ' with warning%sdisplayed :'
+             ' with warnings%sdisplayed :'
              % (validator.name, view_name, bt_name,
-                validator.show_warnings and ' ' or 'NOT ')]
+                validator.show_warnings and ' ' or ' NOT ')]
 
   result_list_list = validator.getErrorAndWarningList(source)
 




More information about the Erp5-report mailing list