summaryrefslogtreecommitdiff
path: root/modules/comment/comment.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-31 19:01:03 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-31 19:01:03 +0000
commitd4228535043619ada5192001acde645238660b37 (patch)
tree1c4b55878b06e58bd88239e1ceaa598c429beb63 /modules/comment/comment.test
parent9f44fd1b86fdcc412a0ce7b2d3d2048e8564a979 (diff)
downloadbrdo-d4228535043619ada5192001acde645238660b37.tar.gz
brdo-d4228535043619ada5192001acde645238660b37.tar.bz2
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
Diffstat (limited to 'modules/comment/comment.test')
-rw-r--r--modules/comment/comment.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test
index fc10b1e90..baadc2f03 100644
--- a/modules/comment/comment.test
+++ b/modules/comment/comment.test
@@ -176,7 +176,7 @@ class CommentHelperCase extends DrupalWebTestCase {
$edit['1[access comments]'] = $access_comments;
$edit['1[post comments]'] = $post_comments;
$edit['1[post comments without approval]'] = $without_approval;
- $this->drupalPost('admin/user/permissions', $edit, t('Save permissions'));
+ $this->drupalPost('admin/settings/permissions', $edit, t('Save permissions'));
$this->assertText(t('The changes have been saved.'), t('Anonymous user comments ' . ($access_comments ? 'access comments' : 'not access comments'). '.'));
}