From a5df66f6bca8056c80a25a59cd4de4868ab57ca7 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"); } }