From ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Jan 2010 21:31:52 +0000 Subject: #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. --- modules/user/user.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.test') 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')); } -- cgit v1.2.3