summaryrefslogtreecommitdiff
path: root/modules/rdf/rdf.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rdf/rdf.test')
-rw-r--r--modules/rdf/rdf.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/rdf/rdf.test b/modules/rdf/rdf.test
index e3287a511..4cab590ac 100644
--- a/modules/rdf/rdf.test
+++ b/modules/rdf/rdf.test
@@ -411,7 +411,7 @@ class RdfCommentAttributesTestCase extends CommentHelperCase {
user_role_change_permissions(DRUPAL_ANONYMOUS_RID, array(
'access comments' => TRUE,
'post comments' => TRUE,
- 'post comments without approval' => TRUE,
+ 'skip comment approval' => TRUE,
));
// Allows anonymous to leave their contact information.
$this->setCommentAnonymous(COMMENT_ANONYMOUS_MAY_CONTACT);
@@ -569,7 +569,7 @@ class RdfTrackerAttributesTestCase extends DrupalWebTestCase {
'create article content' => TRUE,
'access comments' => TRUE,
'post comments' => TRUE,
- 'post comments without approval' => TRUE,
+ 'skip comment approval' => TRUE,
));
}