From 8e1432cfe80bc2e1e5901b164d80088a29eb2061 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 8 Aug 2010 16:09:26 +0000 Subject: #877020 follow-up by andypost: Hot-fix for tests in _forum_topics_unread() to get testbot working again. --- modules/forum/forum.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') 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("\n 6 "); + $this->assertRaw("\n 6
\n 5 new\n "); $this->assertRaw('6'); // Test loading multiple forum nodes on the front page. -- cgit v1.2.3