summaryrefslogtreecommitdiff
path: root/modules/user/user.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.test')
-rw-r--r--modules/user/user.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.test b/modules/user/user.test
index 7c3ee18e7..ae0a53c84 100644
--- a/modules/user/user.test
+++ b/modules/user/user.test
@@ -770,12 +770,12 @@ class UserPermissionsTestCase extends DrupalWebTestCase {
*/
function testAdministratorRole() {
$this->drupalLogin($this->admin_user);
- $this->drupalGet('admin/user/settings');
+ $this->drupalGet('admin/settings/user');
// Set the user's role to be the administrator role.
$edit = array();
$edit['user_admin_role'] = $this->rid;
- $this->drupalPost('admin/user/settings', $edit, t('Save configuration'));
+ $this->drupalPost('admin/settings/user', $edit, t('Save configuration'));
// Enable aggregator module and ensure the 'administer news feeds'
// permission is assigned by default.