summaryrefslogtreecommitdiff
path: root/modules/forum/forum.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-09 12:12:30 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-09 12:12:30 +0000
commitdcda1fcdb5d37f7f8e13b576e1c4221553c7cc0d (patch)
tree796f3731b11f1699d7c995b6195c118a3d72861f /modules/forum/forum.test
parent4eefb5172b7ac95d0ac2eb362537748e8a0c6f92 (diff)
downloadbrdo-dcda1fcdb5d37f7f8e13b576e1c4221553c7cc0d.tar.gz
brdo-dcda1fcdb5d37f7f8e13b576e1c4221553c7cc0d.tar.bz2
- Patch #762300 by jpmckinney: fixed undefined property notice.
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);
}