From aeb8cc8b4c049b817a021eab9dfe6ddb0d36e323 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Thu, 9 Sep 2010 07:58:04 +0000 Subject: [PATCH] Add erp5_ui_test which contains a nice set of all variation of multiple listboxes forms which can be tested for XHTML compatability (i.e. ID collision, report mode, etc..). As this bt5 is used for listbox UI testing it's nice to have it reused. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38211 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testXHTML.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/tests/testXHTML.py b/product/ERP5/tests/testXHTML.py index 6161f32639..d6a74bd6dd 100644 --- a/product/ERP5/tests/testXHTML.py +++ b/product/ERP5/tests/testXHTML.py @@ -117,6 +117,7 @@ class TestXHTML(ERP5TypeTestCase): 'erp5_knowledge_pad', 'erp5_km', + 'erp5_ui_test', 'erp5_trade_proxy_field_legacy', # it is necessary until all bt are well # reviewed. Many bt like erp5_project are -- 2.30.9