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.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test
index a7b9a0810..aa96143a6 100644
--- a/modules/forum/forum.test
+++ b/modules/forum/forum.test
@@ -71,7 +71,7 @@ class ForumTestCase extends DrupalWebTestCase {
// Verify the topic and post counts on the forum page.
$this->drupalGet('forum');
- $this->assertRaw("<td class=\"topics\">\n 6 </td>");
+ $this->assertRaw("<td class=\"topics\">\n 6 <br />\n <a href=\"/forum/3#new\">5 new</a>\n </td>");
$this->assertRaw('<td class="posts">6</td>');
// Test loading multiple forum nodes on the front page.