From 75d449d1eb5b87a8b94e22622102905b1ac58612 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 1 Jul 2009 12:06:22 +0000 Subject: - Patch #506218 by catch: remove collapsed comments as is and tidy up comment settings. --- modules/user/user.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.test') diff --git a/modules/user/user.test b/modules/user/user.test index ae0a53c84..2683dfb32 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -387,7 +387,7 @@ class UserCancelTestCase extends DrupalWebTestCase { // Create comment. module_load_include('test', 'comment'); - $comment = CommentHelperCase::postComment($node, '', $this->randomName(32), TRUE, TRUE); + $comment = CommentHelperCase::postComment($node, '', $this->randomName(32), FALSE, TRUE); $this->assertTrue(comment_load($comment->id), t('Comment found.')); // Create a node with two revisions, the initial one belonging to the -- cgit v1.2.3