summaryrefslogtreecommitdiff
path: root/modules/forum/forum.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forum.test')
-rw-r--r--modules/forum/forum.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test
index 80fe69d2f..f485e48d4 100644
--- a/modules/forum/forum.test
+++ b/modules/forum/forum.test
@@ -85,6 +85,7 @@ class ForumTestCase extends DrupalWebTestCase {
// Test editing a forum topic that has a comment.
$this->drupalLogin($this->any_user);
+ $this->drupalGet('forum/' . $this->forum['tid']);
$this->drupalPost("node/$node->nid/edit", array(), t('Save'));
$this->assertResponse(200);
}