diff options
Diffstat (limited to 'modules/dblog/dblog.test')
-rw-r--r-- | modules/dblog/dblog.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dblog/dblog.test b/modules/dblog/dblog.test index 644ae63c7..d41147804 100644 --- a/modules/dblog/dblog.test +++ b/modules/dblog/dblog.test @@ -327,7 +327,7 @@ class DBLogTestCase extends DrupalWebTestCase { default: $content = array( 'title' => $this->randomName(8), - 'body' => $this->randomName(32), + 'body[0][value]' => $this->randomName(32), ); break; } @@ -351,7 +351,7 @@ class DBLogTestCase extends DrupalWebTestCase { default: $content = array( - 'body' => $this->randomName(32), + 'body[0][value]' => $this->randomName(32), ); break; } |