summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-04-30 06:45:43 +0000
committerDries Buytaert <dries@buytaert.net>2008-04-30 06:45:43 +0000
commit917b27d6884b99faca66d41cd0f345eebde736a5 (patch)
treebab31dfcf43ddbc99b3ca3d0f4373751976d70d3 /modules
parentf6bfbec8a269f707210ac800990fb4cee66df677 (diff)
downloadbrdo-917b27d6884b99faca66d41cd0f345eebde736a5.tar.gz
brdo-917b27d6884b99faca66d41cd0f345eebde736a5.tar.bz2
- Patch #252365 by boombatower: clean up the temporary directory that gets creating during the test runs.
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/drupal_web_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php
index eb5457f44..16ded5e77 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);