diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-16 13:20:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-16 13:20:16 +0000 |
commit | 5a89fef970b26af6eb1d970ad8a9a5876e4126df (patch) | |
tree | 428fb3cdfba1db14551b2a84a1992adeb8e8d359 /modules/user/user.test | |
parent | f0a8150b1160e47d7d2865836240f973292ac68d (diff) | |
download | brdo-5a89fef970b26af6eb1d970ad8a9a5876e4126df.tar.gz brdo-5a89fef970b26af6eb1d970ad8a9a5876e4126df.tar.bz2 |
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.
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 352aa7a96..1220e6c54 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -525,7 +525,7 @@ class UserCancelTestCase extends DrupalWebTestCase { // Create comment. module_load_include('test', 'comment'); - $comment = CommentHelperCase::postComment($node, '', $this->randomName(32), FALSE, TRUE); + $comment = CommentHelperCase::postComment($node, $this->randomName(32), '', TRUE); $this->assertTrue(comment_load($comment->id), t('Comment found.')); // Create a node with two revisions, the initial one belonging to the |