From ef5c041534a4d3afcb382cc8bec646e725ee61c9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Aug 2009 11:47:58 +0000 Subject: =?UTF-8?q?-=20Patch=20#538526=20by=20catch,=20G=C3=A1bor=20Hojtsy?= =?UTF-8?q?,=20yoroy,=20et=20al:=20rename=20'User=20management'=20to=20'Pe?= =?UTF-8?q?ople'=20in=20the=20header=20--=20not=20anywhere=20else.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/dblog/dblog.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dblog/dblog.test') 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); -- cgit v1.2.3