From 171040102125e2c3c5dc2631b62dad82b5dc519b Mon Sep 17 00:00:00 2001 From: Tomas Peterka <tomas.peterka@nexedi.com> Date: Tue, 25 Jul 2017 17:27:34 +0200 Subject: [PATCH] [rendejs_ui_test] Remove OfficeJS tests --- tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/__init__.py b/tests/__init__.py index 80fff2ac0c..d902fdc7a7 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -34,7 +34,6 @@ class _ERP5(ERP5TypeTestSuite): "/test\.[^.]+\.([^.]+).py$") for test_path in ( glob('%s/bt5/erp5_hal_json_style/TestTemplateItem/portal_components/test.*.test*.py' % path) + - glob('%s/bt5/erp5_officejs_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path) + glob('%s/bt5/erp5_web_renderjs_ui_test/TestTemplateItem/portal_components/test.*.test*.py' % path)): component_re_match = component_re.match(test_path) if component_re_match is not None: -- 2.30.9