From 67a512557dddbf70dc4d7af1c0a26c2d019b3761 Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Fri, 23 Mar 2012 17:05:47 +0100 Subject: [PATCH] Move testSimulationPerformance.py to ERP5Legacy product testSimulationPerformance hasn't been updated for new simulation. It is currently broken but still useful for documentation purpose, to reimplement performance tests for simulation. --- .../tests/testLegacySimulationPerformance.py} | 0 tests/__init__.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename product/{ERP5/tests/testSimulationPerformance.py => ERP5Legacy/tests/testLegacySimulationPerformance.py} (100%) diff --git a/product/ERP5/tests/testSimulationPerformance.py b/product/ERP5Legacy/tests/testLegacySimulationPerformance.py similarity index 100% rename from product/ERP5/tests/testSimulationPerformance.py rename to product/ERP5Legacy/tests/testLegacySimulationPerformance.py diff --git a/tests/__init__.py b/tests/__init__.py index fdeaff9a9a..cd55729fce 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -57,7 +57,7 @@ class ERP5(_ERP5): # skip some tests if test_case.startswith('testLive') or test_case.startswith('testVifib') \ or test_case.startswith('testFunctional') \ - or test_case in ('testPerformance', 'testSimulationPerformance', + or test_case in ('testPerformance', 'testLegacySimulationPerformance', 'testERP5LdapCatalog', # XXX (Ivan), until LDAP server is available this test will alway fail 'testERP5eGov', # it is not maintained any more 'testAccounting_l10n_fr_m9'): -- 2.30.9