diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 23:19:48 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-06 23:19:48 -0800 |
commit | f176bc7299abc035d44b4b014781b4649585c639 (patch) | |
tree | f8c55334eb4a8b2c3d32f210fb8a5b51c1f4d7a0 /modules/gallery | |
parent | 85e4497e16a33fddf943e6c506847d7354d527dd (diff) |
Correct spacing
Diffstat (limited to 'modules/gallery')
-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); |