summaryrefslogtreecommitdiff
path: root/modules/exif/tests
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-28 21:42:18 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-28 21:42:18 -0700
commit0097803efc1c71711bf9ccf5015fe43e75f8f28d (patch)
treeb48e0013b55601d4d856350a3213880a424911ea /modules/exif/tests
parentf56e095aeb6e5544360136a48373300f3cecb715 (diff)
parent356bac0db0dca5d2b8102b31b6c6b9509f595c29 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/exif/tests')
-rw-r--r--modules/exif/tests/Exif_Test.php2
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"),