diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-27 10:13:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-27 10:13:28 +0000 |
commit | 77c643ec172dda65a631b67b448e56e4cfa47b7c (patch) | |
tree | 07e714686bfb136f449029c66395dcc4b5113cbd /modules/system/system.test | |
parent | acac8741fda5bfb2ff301f885e775690036333cb (diff) | |
download | brdo-77c643ec172dda65a631b67b448e56e4cfa47b7c.tar.gz brdo-77c643ec172dda65a631b67b448e56e4cfa47b7c.tar.bz2 |
- Patch #501466 by catch: move comment administration to a tab.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r-- | modules/system/system.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.test b/modules/system/system.test index 0970d42a2..18c420ee6 100644 --- a/modules/system/system.test +++ b/modules/system/system.test @@ -402,7 +402,7 @@ class AdminOverviewTestCase extends DrupalWebTestCase { // Comments on permissions follow the format: [task], [module] that the permission relates to. $permissions = array(); $permissions[] = 'access administration pages'; - $permissions[] = 'administer comments'; // Content management, Comment. + $permissions[] = 'administer nodes'; // Content management, Comment. $permissions[] = 'administer blocks'; // Site building, Block. $permissions[] = 'administer filters'; // Site configuration, Filter. $permissions[] = 'administer users'; // User management, User. @@ -414,7 +414,7 @@ class AdminOverviewTestCase extends DrupalWebTestCase { $this->checkOverview(array(t('Content management'), t('User management'), t('Reports'), t('Site building'), t('Site configuration'))); $this->drupalGet('admin/by-module'); - $this->checkOverview(array(t('Comment'), t('Block'), t('Filter'), t('User'), t('Database logging'))); + $this->checkOverview(array(t('Node'), t('Block'), t('Filter'), t('User'), t('Database logging'))); } /** |