diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-14 02:00:31 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-14 02:00:31 +0000 |
commit | e543b055fbcfeca7f25f6c31696d420b035574df (patch) | |
tree | 0ec45c47e7af461666f232183cb9eff026b301e0 /core/tests | |
parent | f439fe96c81930d0b7d43c02a3108fd15c17715e (diff) |
Updated to match r20797
Diffstat (limited to 'core/tests')
-rw-r--r-- | core/tests/Photos_Controller_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Photos_Controller_Test.php b/core/tests/Photos_Controller_Test.php index 1c52a210..0a15a88e 100644 --- a/core/tests/Photos_Controller_Test.php +++ b/core/tests/Photos_Controller_Test.php @@ -29,7 +29,7 @@ class Photos_Controller_Test extends Unit_Test_Case { public function change_photo_test() { $controller = new Photos_Controller(); $root = ORM::factory("item", 1); - $photo = photo::create($root, DOCROOT . "core/tests/test.jpg", "test", "test", "test"); + $photo = photo::create($root, DOCROOT . "core/tests/test.jpg", "test.jpeg", "test", "test"); $orig_name = $photo->name; $_POST["name"] = "new name"; |