From 6ecbbf1d62f83554000e305d50284350ca4c3b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 30 Nov 2009 10:21:13 +0000 Subject: [PATCH] this was the wrong form git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30917 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 edc4200b20..a32a93448b 100644 --- a/product/ERP5/tests/testXHTML.py +++ b/product/ERP5/tests/testXHTML.py @@ -160,10 +160,10 @@ class TestXHTML(ERP5TypeTestCase): obj_metatypes=['ProxyField'], search_sub=1): template_field = field.getTemplateField(cache=False) if template_field is None: - # Base_viewRelatedObjectListBase (used for proxy listbox ids on + # Base_viewRelatedObjectList (used for proxy listbox ids on # relation fields) is an exception, the proxy field has no target # by default. - if field_path != 'Base_viewRelatedObjectListBase/listbox': + if field_path != 'Base_viewRelatedObjectList/listbox': error_list.append((skin_name, field_path, field.get_value('form_id'), field.get_value('field_id'))) -- 2.30.9