diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-23 10:01:40 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-23 10:01:40 -0700 |
commit | d0186436de5b282490779a6add014f5f31bd8834 (patch) | |
tree | a4c97e4147b6da9c44db2d43fa3372682be0ae6b /modules/gallery/tests/Photos_Controller_Test.php | |
parent | e3d6920cd9fdec948ebd5d2954260c67c6aff145 (diff) | |
parent | aa85d27eab10b47f7c7cfc5bfeb26f41baed8753 (diff) |
Merge branch 'master' into talmdal_dev
Conflicts:
modules/gallery/tests/Albums_Controller_Test.php
modules/user/helpers/user.php
Diffstat (limited to 'modules/gallery/tests/Photos_Controller_Test.php')
-rw-r--r-- | modules/gallery/tests/Photos_Controller_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/tests/Photos_Controller_Test.php b/modules/gallery/tests/Photos_Controller_Test.php index 2e5d7fe3..d2404192 100644 --- a/modules/gallery/tests/Photos_Controller_Test.php +++ b/modules/gallery/tests/Photos_Controller_Test.php @@ -47,7 +47,7 @@ class Photos_Controller_Test extends Unit_Test_Case { $results = ob_get_contents(); ob_end_clean(); - $this->assert_equal(json_encode(array("result" => "success")), $results); + $this->assert_equal(json_encode(array("result" => "success", "location" => "")), $results); $this->assert_equal("new-slug", $photo->slug); $this->assert_equal("new title", $photo->title); $this->assert_equal("new description", $photo->description); |