diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-06-24 17:01:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-06-24 17:01:33 +0000 |
commit | 81c71bc89142f93addc32c0e8d7f8b906d94d4b4 (patch) | |
tree | e6d418f196d4554211992a62f89cf0f5e59db624 /modules/comment/comment.test | |
parent | 21da8b32dc1db9400fb82e2fd5a5beae96df7b45 (diff) | |
download | brdo-81c71bc89142f93addc32c0e8d7f8b906d94d4b4.tar.gz brdo-81c71bc89142f93addc32c0e8d7f8b906d94d4b4.tar.bz2 |
- Patch #216515 by chx, Damien Tournoud, et al: fixed form API glitch with caching.
Diffstat (limited to 'modules/comment/comment.test')
-rw-r--r-- | modules/comment/comment.test | 2 |
1 files changed, 1 insertions, 1 deletions
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.')); |