summaryrefslogtreecommitdiff
path: root/gdata/tests/oauth1-authorizer.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-08-02 12:46:28 +0200
committerPhilip Withnall <philip@tecnocode.co.uk>2013-08-02 13:36:24 +0200
commit8d925cdb5a9e9d2ab91484f52cc406d2728b0bf7 (patch)
tree7339856a00870531fd9da4f9ac7fbe5407591394 /gdata/tests/oauth1-authorizer.c
parent6266e4776de10bcfa633f9a7ee5af9adabc2b58c (diff)
downloadlibgdata-8d925cdb5a9e9d2ab91484f52cc406d2728b0bf7.tar.gz
tests: builddir ≠ fixes for the trace code
Diffstat (limited to 'gdata/tests/oauth1-authorizer.c')
-rw-r--r--gdata/tests/oauth1-authorizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/tests/oauth1-authorizer.c b/gdata/tests/oauth1-authorizer.c
index 8a7990fb..897731eb 100644
--- a/gdata/tests/oauth1-authorizer.c
+++ b/gdata/tests/oauth1-authorizer.c
@@ -1012,7 +1012,7 @@ main (int argc, char *argv[])
gdata_test_init (argc, argv);
mock_server = gdata_test_get_mock_server ();
- trace_directory = g_file_new_for_path ("traces/oauth1-authorizer");
+ trace_directory = g_file_new_for_path (TEST_FILE_DIR "traces/oauth1-authorizer");
gdata_mock_server_set_trace_directory (mock_server, trace_directory);
g_object_unref (trace_directory);