summaryrefslogtreecommitdiff
path: root/modules/dblog
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-12 08:39:40 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-12 08:39:40 +0000
commit3d64cb5ecae7c0d093e1343f87901769dc7d819e (patch)
tree765b3104ae2bbdf96ac677f8deab9b5457ffa4bf /modules/dblog
parentbfdea95337376b00e60049b640c076e8ab32293f (diff)
downloadbrdo-3d64cb5ecae7c0d093e1343f87901769dc7d819e.tar.gz
brdo-3d64cb5ecae7c0d093e1343f87901769dc7d819e.tar.bz2
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
Diffstat (limited to 'modules/dblog')
-rw-r--r--modules/dblog/dblog.test4
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;
}