From f562e86581faa0cc3da859cebb185b2c52b179da Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 7 Jan 2010 05:23:52 +0000 Subject: #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support. --- modules/trigger/trigger.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/trigger') diff --git a/modules/trigger/trigger.test b/modules/trigger/trigger.test index 382b7da1a..9bf1e5b01 100644 --- a/modules/trigger/trigger.test +++ b/modules/trigger/trigger.test @@ -255,7 +255,7 @@ class TriggerOtherTestCase extends DrupalWebTestCase { $node = $this->drupalCreateNode(array('type' => 'article', 'promote' => 1)); $edit = array(); $edit['subject'] = $this->randomName(10); - $edit['comment'] = $this->randomName(10) . ' ' . $this->randomName(10); + $edit['comment_body[' . LANGUAGE_NONE . '][0][value]'] = $this->randomName(10) . ' ' . $this->randomName(10); $this->drupalGet('comment/reply/' . $node->nid); $this->drupalPost(NULL, $edit, t('Save')); -- cgit v1.2.3