From 6c2e5287d618b0413a0a17a18c4c9aa51a2faea8 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Tue, 13 Oct 2009 12:55:48 +0000 Subject: [PATCH] typo, sorry git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29598 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 590fc9d964..aa3dcfa0b4 100644 --- a/product/ERP5/tests/testXHTML.py +++ b/product/ERP5/tests/testXHTML.py @@ -165,8 +165,8 @@ class TestXHTML(ERP5TypeTestCase): portal_types_module = self.portal.portal_types for portal_type in portal_types_module.contentValues(portal_type=\ 'Base Type'): - if portial_type.getId().endswith('Module') or - portial_type.getId().endswith('Tool'): + if portal_type.getId().endswith('Module') or \ + portal_type.getId().endswith('Tool'): for k, v in portal_type.getPropertyTranslationDomainDict().items(): if v.getDomainName() != 'erp5_ui': error_list.append('"%s" should use erp5_ui' % \ -- 2.30.9