summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-08 16:09:26 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-08-08 16:09:26 +0000
commit8e1432cfe80bc2e1e5901b164d80088a29eb2061 (patch)
treeb4acf26288739930077b0f57e66d79fe4dd087d9 /modules/forum
parentf0b3fa4b1bb0b8c91424c3ad36dfef592ccbc954 (diff)
downloadbrdo-8e1432cfe80bc2e1e5901b164d80088a29eb2061.tar.gz
brdo-8e1432cfe80bc2e1e5901b164d80088a29eb2061.tar.bz2
#877020 follow-up by andypost: Hot-fix for tests in _forum_topics_unread() to get testbot working again.
Diffstat (limited to 'modules/forum')
-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.