diff options
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/drupal_web_test_case.php | 2 |
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 66154ec7e..edab20875 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -694,7 +694,7 @@ class DrupalWebTestCase extends DrupalTestCase { // Populate defaults array. $settings += array( 'body' => array(FIELD_LANGUAGE_NONE => array(array())), - 'title' => $this->randomName(8), + 'title' => array(FIELD_LANGUAGE_NONE => array(array('value' => $this->randomName(8)))), 'comment' => 2, 'changed' => REQUEST_TIME, 'moderate' => 0, |