diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-11 11:47:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-11 11:47:58 +0000 |
commit | ef5c041534a4d3afcb382cc8bec646e725ee61c9 (patch) | |
tree | 4a138b36b2cce9438179a3ee58bf71a48704a3d1 /modules/dblog/dblog.test | |
parent | daa26f7982cec0b3101103ef0b89b3c2eded5cfb (diff) | |
download | brdo-ef5c041534a4d3afcb382cc8bec646e725ee61c9.tar.gz brdo-ef5c041534a4d3afcb382cc8bec646e725ee61c9.tar.bz2 |
- Patch #538526 by catch, Gábor Hojtsy, yoroy, et al: rename 'User management' to 'People' in the header -- not anywhere else.
Diffstat (limited to 'modules/dblog/dblog.test')
-rw-r--r-- | modules/dblog/dblog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.test b/modules/dblog/dblog.test index 31162cf90..551def4f8 100644 --- a/modules/dblog/dblog.test +++ b/modules/dblog/dblog.test @@ -185,7 +185,7 @@ class DBLogTestCase extends DrupalWebTestCase { $edit['pass[pass1]'] = $pass; $edit['pass[pass2]'] = $pass; $edit['status'] = 1; - $this->drupalPost('admin/user/create', $edit, t('Create new account')); + $this->drupalPost('admin/people/create', $edit, t('Create new account')); $this->assertResponse(200); // Retrieve user object. $user = user_load_by_name($name); |