summaryrefslogtreecommitdiff
path: root/modules/locale/locale.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.test')
-rw-r--r--modules/locale/locale.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.test b/modules/locale/locale.test
index 95ab2d998..a2546e0be 100644
--- a/modules/locale/locale.test
+++ b/modules/locale/locale.test
@@ -1395,7 +1395,7 @@ class LocaleContentFunctionalTest extends DrupalWebTestCase {
$edit = array(
'type' => 'page',
'title' => $node_title,
- 'body' => $node_body,
+ 'body' => array(array('value' => $node_body)),
'language' => $langcode,
);
$node = $this->drupalCreateNode($edit);