diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/tests/Photo_Helper_Test.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/tests/Photo_Helper_Test.php b/core/tests/Photo_Helper_Test.php index 99c8ed34..bef38a12 100644 --- a/core/tests/Photo_Helper_Test.php +++ b/core/tests/Photo_Helper_Test.php @@ -34,6 +34,7 @@ class Photo_Helper_Test extends Unit_Test_Case { $this->assert_equal("$rand.jpg", $photo->name); $this->assert_equal($rand, $photo->title); $this->assert_equal($rand, $photo->description); + $this->assert_equal("image/jpeg", $photo->mime_type); $this->assert_equal($photo->parent()->right - 2, $photo->left); $this->assert_equal($photo->parent()->right - 1, $photo->right); |