diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-04 21:31:52 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-04 21:31:52 +0000 |
commit | ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52 (patch) | |
tree | f63b3b33a93418e2e267010f4c0e6bc11a1e0b65 /modules/user/user.test | |
parent | 2a8fc4edb08cd26b8314fcaa3f34489ebdad9e61 (diff) | |
download | brdo-ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52.tar.gz brdo-ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52.tar.bz2 |
#580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.
Diffstat (limited to 'modules/user/user.test')
-rw-r--r-- | modules/user/user.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.test b/modules/user/user.test index 975324b45..494d3e1fb 100644 --- a/modules/user/user.test +++ b/modules/user/user.test @@ -946,7 +946,7 @@ class UserPermissionsTestCase extends DrupalWebTestCase { // permission is assigned by default. $edit = array(); $edit['modules[Core][aggregator][enable]'] = TRUE; - $this->drupalPost('admin/config/modules', $edit, t('Save configuration')); + $this->drupalPost('admin/modules', $edit, t('Save configuration')); $this->assertTrue(user_access('administer news feeds', $this->admin_user), t('The permission was automatically assigned to the administrator role')); } |