not finished, but add to test coverage

This commit is contained in:
Shish 2009-09-20 03:48:24 +01:00
parent 0f0bf5ff69
commit c7a9c4b92c

View File

@ -30,6 +30,9 @@ class UserPageTest extends SCoreWebTestCase {
# FIXME: test user creation
# FIXME: test adminifying
# FIXME: test password reset
$this->get_page('user/list');
$this->assert_text("demo");
}
}
?>