From 1be65becfcb6f9cc83d6dbcd20508aa2a62cd5db Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Tue, 30 Jun 2009 13:45:55 +0000 Subject: [PATCH] typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27835 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testXHTML.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/tests/testXHTML.py b/product/ERP5/tests/testXHTML.py index 67766be079..ac76f63372 100644 --- a/product/ERP5/tests/testXHTML.py +++ b/product/ERP5/tests/testXHTML.py @@ -273,9 +273,9 @@ def validate_xhtml(validator, source, view_name, bt_name): ''' # 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) -- 2.30.9