diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-28 21:13:49 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-28 21:18:31 -0700 |
commit | c4c70c537d1d72ad5e476190c069270450fa7048 (patch) | |
tree | 6794a8268c59794f4ef8d673173f6c402447d871 /modules/exif | |
parent | 73f348b29efea0100b24b31f637c77ceca44911c (diff) |
Tweak path slightly
Diffstat (limited to 'modules/exif')
-rw-r--r-- | modules/exif/tests/Exif_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exif/tests/Exif_Test.php b/modules/exif/tests/Exif_Test.php index aa76d036..312ed535 100644 --- a/modules/exif/tests/Exif_Test.php +++ b/modules/exif/tests/Exif_Test.php @@ -22,7 +22,7 @@ class Exif_Test extends Unit_Test_Case { $rand = rand(); $root = ORM::factory("item", 1); $photo = photo::create( - $root, DOCROOT . "modules/exif/tests/data/image.jpg", "$rand.jpg", $rand, $rand); + $root, MODPATH . "exif/tests/data/image.jpg", "$rand.jpg", $rand, $rand); $expected = array( array("caption" => "Camera Maker", "value" => "Pentax Corporation"), |