From 25875f96defc2f138470895ed9d56d17c05f58cf Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Mon, 30 Dec 2013 16:14:55 -0500 Subject: Issue #1798066 by boztek, dcam, larowlan | Anonymous: Clean up CommentTestBase::setCommentSettings(). --- modules/rdf/rdf.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/rdf') 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); -- cgit v1.2.3