diff options
author | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-20 01:25:29 +0000 |
---|---|---|
committer | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-20 01:25:29 +0000 |
commit | c3fc1cb7ec91783a7953486c8a83aa8008dd5406 (patch) | |
tree | 15aec3f9705edbe2c33db5d3a0b78c50860b0160 /modules/user/tests | |
parent | bd76b2e89f0caa2773e62192ef5d3b769c8ed6f8 (diff) |
* Added HTTP status constants and helper functions to REST helper.
* HTTP header setting in comment module now going through REST helper API.
* Fixed items controller test.
* Fixed user installer test.
* Fixed _create() handling in the REST controller.
* Fixed routing for edit and add forms.
* Added some tests for the REST controller.
* Set svn:eol-style to LF on a bunch of files.
* Added preamble to MY_Forge.php.
Diffstat (limited to 'modules/user/tests')
-rw-r--r-- | modules/user/tests/User_Installer_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/tests/User_Installer_Test.php b/modules/user/tests/User_Installer_Test.php index c7b6afbe..e3c6c7d6 100644 --- a/modules/user/tests/User_Installer_Test.php +++ b/modules/user/tests/User_Installer_Test.php @@ -48,7 +48,7 @@ class User_Installer_Test extends Unit_Test_Case { $this->assert_equal("registered", $group->name); $this->assert_equal( - array("admin"), + array("admin", "joe"), array_keys($group->users->select_list("name"))); } } |