Update tests to reflect recent changes to the REST API.

This commit is contained in:
Bharat Mediratta
2010-04-17 15:35:09 -07:00
parent 10f849cd0a
commit af71df3d0f
5 changed files with 49 additions and 64 deletions
@@ -27,6 +27,7 @@ class Rest_Controller_Test extends Gallery_Unit_Test_Case {
public function teardown() {
list($_GET, $_POST, $_SERVER) = $this->_save;
identity::set_active_user(identity::admin_user());
}
public function login_test() {