summaryrefslogtreecommitdiff
path: root/tests/libtracker-extract/tracker-iptc-test.c
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2011-10-21 14:25:04 +0200
committerJürg Billeter <j@bitron.ch>2011-10-21 14:34:50 +0200
commitb70c51bc60bcf53764ddd0e21bcfeabf532f6c1c (patch)
tree7b2d49918a0cc92ee93b7ff093e243b42603d224 /tests/libtracker-extract/tracker-iptc-test.c
parente67da036f7d22f785f1262c69eba0c79efa9017d (diff)
downloadtracker-b70c51bc60bcf53764ddd0e21bcfeabf532f6c1c.tar.gz
tests/libtracker-extract: Fix tests when srcdir != builddir
Diffstat (limited to 'tests/libtracker-extract/tracker-iptc-test.c')
-rw-r--r--tests/libtracker-extract/tracker-iptc-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtracker-extract/tracker-iptc-test.c b/tests/libtracker-extract/tracker-iptc-test.c
index b016b3038..ebdf4a792 100644
--- a/tests/libtracker-extract/tracker-iptc-test.c
+++ b/tests/libtracker-extract/tracker-iptc-test.c
@@ -132,7 +132,7 @@ test_iptc_extraction ()
{
TrackerIptcData *data;
- data = load_iptc_blob ("./iptc-img.jpg");
+ data = load_iptc_blob (TOP_SRCDIR "/tests/libtracker-extract/iptc-img.jpg");
g_assert (data);
g_assert_cmpstr (data->keywords, ==, "Coverage, test");