From 3f759619f3722e3448b6adccf8c28f8f215e481a Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 26 Oct 2009 10:49:07 +0000 Subject: [PATCH] test the right thing... --- ext/user/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/user/test.php b/ext/user/test.php index 8d468ad0..df17e59e 100644 --- a/ext/user/test.php +++ b/ext/user/test.php @@ -31,7 +31,7 @@ class UserPageTest extends SCoreWebTestCase { # FIXME: test adminifying # FIXME: test password reset - $this->get_page('user/list'); + $this->get_page('user_admin/list'); $this->assert_text("demo"); } }