diff options
Diffstat (limited to 'modules/simpletest/tests/upgrade/drupal-6.filled.database.php')
-rw-r--r-- | modules/simpletest/tests/upgrade/drupal-6.filled.database.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/simpletest/tests/upgrade/drupal-6.filled.database.php b/modules/simpletest/tests/upgrade/drupal-6.filled.database.php index 9f33ee0a7..25092e70f 100644 --- a/modules/simpletest/tests/upgrade/drupal-6.filled.database.php +++ b/modules/simpletest/tests/upgrade/drupal-6.filled.database.php @@ -19735,7 +19735,15 @@ db_insert('variable')->fields(array( )) ->values(array( 'name' => 'file_directory_temp', - 'value' => 's:26:"/Applications/MAMP/tmp/php";', + 'value' => 's:29:"/drupal-6/file/directory/temp";', +)) +->values(array( + 'name' => 'file_directory_path', + 'value' => 's:29:"/drupal-6/file/directory/path";', +)) +->values(array( + 'name' => 'file_downloads', + 'value' => 'i:2;', )) ->values(array( 'name' => 'filter_html_1', |