From 917b27d6884b99faca66d41cd0f345eebde736a5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 30 Apr 2008 06:45:43 +0000 Subject: [PATCH] - Patch #252365 by boombatower: clean up the temporary directory that gets creating during the test runs. --- modules/simpletest/drupal_web_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index eb5457f4479..16ded5e7744 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -385,7 +385,7 @@ class DrupalWebTestCase extends UnitTestCase { global $db_prefix; if (preg_match('/simpletest\d+/', $db_prefix)) { // Delete temporary files directory and reset files directory path. -// simpletest_clean_temporary_directory(file_directory_path()); + simpletest_clean_temporary_directory(file_directory_path()); variable_set('file_directory_path', $this->original_file_directory); $schema = drupal_get_schema(NULL, TRUE);