diff options
Diffstat (limited to 'modules/forum/forum.test')
-rw-r--r-- | modules/forum/forum.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 5bf8501cc..8a4e6ed14 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -211,7 +211,7 @@ class ForumTestCase extends DrupalWebTestCase { function deleteForum($tid) { // Delete the forum. $this->drupalPost('admin/structure/forum/edit/forum/' . $tid, array(), t('Delete')); - $this->drupalPost(NULL, NULL, t('Delete')); + $this->drupalPost(NULL, array(), t('Delete')); // Assert that the forum no longer exists. $this->drupalGet('forum/' . $tid); |