not finished, but add to test coverage

This commit is contained in:
Shish 2009-09-20 03:48:24 +01:00
parent c3f5ca032b
commit a32c7997b4

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