From 7c5b449d7e66a522eb549ee9041174b6ff270306 Mon Sep 17 00:00:00 2001 From: Rafael Monnerat <rafael@nexedi.com> Date: Sat, 24 Dec 2011 13:44:35 -0200 Subject: [PATCH] Revert previous change Those tests includes much more them a test for new simulation, if this is kept disabled it will just hidden error, and it will stop test several others aspects which are important to test. --- tests/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/__init__.py b/tests/__init__.py index b5e869b91e..2267da1f21 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -120,9 +120,6 @@ class ERP5UserInterface(_ERP5): glob.glob('%s/bt5/*/TestTemplateItem/testFunctional*.py' % sys.path[0]): test_case = test_path.split(os.sep)[-1][:-3] # remove .py product = test_path.split(os.sep)[-3] - if test_case in ('testFunctionalConfigurator', 'testFunctionalConfiguratorConsulting',): - # disable configurator test until bug "Make configurator use new simulation" is fixed - continue # don't test 3rd party products if product in ('PortalTransforms', 'MailTemplates'): continue -- 2.30.9