test the right thing...

This commit is contained in:
Shish 2009-10-26 10:49:07 +00:00
parent 6ec72e7ac2
commit 3f759619f3

View File

@ -31,7 +31,7 @@ class UserPageTest extends SCoreWebTestCase {
# FIXME: test adminifying # FIXME: test adminifying
# FIXME: test password reset # FIXME: test password reset
$this->get_page('user/list'); $this->get_page('user_admin/list');
$this->assert_text("demo"); $this->assert_text("demo");
} }
} }