diff options
Diffstat (limited to 'modules/user/user.test')
-rw-r--r-- | modules/user/user.test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |