summaryrefslogtreecommitdiff
path: root/modules/rdf
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-12-30 16:14:55 -0500
committerDavid Rothstein <drothstein@gmail.com>2013-12-30 16:14:55 -0500
commit25875f96defc2f138470895ed9d56d17c05f58cf (patch)
treeb0addb40f5b876e437ede307d01ae40510a623aa /modules/rdf
parent4ed2cfc39e1d5a00b67e4776b3ff22b9bc2aa937 (diff)
downloadbrdo-25875f96defc2f138470895ed9d56d17c05f58cf.tar.gz
brdo-25875f96defc2f138470895ed9d56d17c05f58cf.tar.bz2
Issue #1798066 by boztek, dcam, larowlan | Anonymous: Clean up CommentTestBase::setCommentSettings().
Diffstat (limited to 'modules/rdf')
-rw-r--r--modules/rdf/rdf.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rdf/rdf.test b/modules/rdf/rdf.test
index 0d1b023a4..370dbb256 100644
--- a/modules/rdf/rdf.test
+++ b/modules/rdf/rdf.test
@@ -441,7 +441,7 @@ class RdfCommentAttributesTestCase extends CommentHelperCase {
$this->setCommentPreview(DRUPAL_OPTIONAL);
$this->setCommentForm(TRUE);
$this->setCommentSubject(TRUE);
- $this->setCommentSettings('comment_default_mode', COMMENT_MODE_THREADED, t('Comment paging changed.'));
+ $this->setCommentSettings('comment_default_mode', COMMENT_MODE_THREADED, 'Comment paging changed.');
// Creates the nodes on which the test comments will be posted.
$this->drupalLogin($this->web_user);