From 81c71bc89142f93addc32c0e8d7f8b906d94d4b4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 24 Jun 2008 17:01:33 +0000 Subject: - Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching. --- modules/comment/comment.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.test') diff --git a/modules/comment/comment.test b/modules/comment/comment.test index 8b17b3b87..96a285040 100644 --- a/modules/comment/comment.test +++ b/modules/comment/comment.test @@ -68,7 +68,7 @@ class CommentTestCase extends DrupalWebTestCase { $this->drupalGet('comment/edit/' . $reply->id); $reply = $this->postComment(NULL, $this->randomName(), $this->randomName()); $this->assertTrue($this->commentExists($reply, TRUE), t('Modified reply found.')); - + // Correct link count $this->drupalGet('node'); $this->assertRaw('2 comments', t('Link to the 2 comments exist.')); -- cgit v1.2.3