diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-07 07:35:15 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-07 07:35:15 -0800 |
commit | 87f00a5ec5e072f98f5ed6fcd559ef249da57b36 (patch) | |
tree | d1c6ddf82600c4d02ab9098766597d1a3cbfac33 /modules/gallery/tests | |
parent | c40735c922b53eb32be1ae39a030362eea52e602 (diff) | |
parent | e300ede3d8311bf236594480355f710b39aaa451 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/tests')
-rw-r--r-- | modules/gallery/tests/Item_Model_Test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/tests/Item_Model_Test.php b/modules/gallery/tests/Item_Model_Test.php index fefc9383..e7dce893 100644 --- a/modules/gallery/tests/Item_Model_Test.php +++ b/modules/gallery/tests/Item_Model_Test.php @@ -232,6 +232,7 @@ class Item_Model_Test extends Unit_Test_Case { $this->assert_equal("resize", file_get_contents($photo->resize_path())); $this->assert_equal("file", file_get_contents($photo->file_path())); } + public function move_album_fails_invalid_target_test() { // Create an album with a photo in it $root = ORM::factory("item", 1); |