summaryrefslogtreecommitdiff
path: root/modules/comment/comment.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-07-03 17:57:03 +0000
committerDries Buytaert <dries@buytaert.net>2008-07-03 17:57:03 +0000
commit1415340ce390e2fa6a872e5efa9a152e34840454 (patch)
tree31aef1e02db3a18033d50da9bedd718adc349fe1 /modules/comment/comment.test
parent0ccb4c40d147d222d081aa2528ee891701efd8b2 (diff)
downloadbrdo-1415340ce390e2fa6a872e5efa9a152e34840454.tar.gz
brdo-1415340ce390e2fa6a872e5efa9a152e34840454.tar.bz2
- Patch #191499 by catch: remove display order settings and cleaned up some white space.
Diffstat (limited to 'modules/comment/comment.test')
-rw-r--r--modules/comment/comment.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test
index 96a285040..4f28ea4f5 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -293,7 +293,7 @@ class CommentTestCase extends DrupalWebTestCase {
}
/**
- * Checks current pag for specified comment.
+ * Checks current page for specified comment.
*
* @param object $comment Comment object.
* @param boolean $reply The comment is a reply to another comment.
@@ -373,7 +373,7 @@ class CommentTestCase extends DrupalWebTestCase {
* Comments per page value.
*/
function setCommentsPerPage($number) {
- $this->setCommentSettings('comment_default_per_page', $number, 'Number of comments per page set to ' . $number .'.');
+ $this->setCommentSettings('comment_default_per_page_article', $number, 'Number of comments per page set to ' . $number .'.');
}
/**