From a67aa89c624c0f3e53bc6768626e83595f391b0b Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 10 Oct 2010 11:34:22 +0000 Subject: [PATCH] - Patch #937026 by sun: needless cache clearing in simpletest_run_tests(). --- modules/simpletest/simpletest.module | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index e734fe1da4e5..e6f422c53ec2 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -124,7 +124,6 @@ function _simpletest_format_summary_line($summary) { * drupal being the default. */ function simpletest_run_tests($test_list, $reporter = 'drupal') { - cache_clear_all(); $test_id = db_insert('simpletest_test_id') ->useDefaults(array('test_id')) ->execute(); -- GitLab