diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-21 19:06:32 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-21 19:06:32 -0800 |
commit | 313f816818c6ee0db9354992005c9b3ad6da15d4 (patch) | |
tree | 85f35c56e68c4ec9c1b272516db1f675b25c0d92 /modules/gallery/tests/Photos_Controller_Test.php | |
parent | b278f9680c7afd7de6e7e9a64a724d87b6e04c93 (diff) |
Fix a minor bad expectation.
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 6012ed1c..50d49fcc 100644 --- a/modules/gallery/tests/Photos_Controller_Test.php +++ b/modules/gallery/tests/Photos_Controller_Test.php @@ -48,7 +48,7 @@ class Photos_Controller_Test extends Gallery_Unit_Test_Case { $this->assert_equal("new-slug", $photo->slug); $this->assert_equal("new title", $photo->title); $this->assert_equal("new description", $photo->description); - $this->assert_equal("new name.jpeg", $photo->name); + $this->assert_equal("new name.jpg", $photo->name); } public function change_photo_no_csrf_fails_test() { |