summaryrefslogtreecommitdiff
path: root/tests/test-tpl-log-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-tpl-log-entry.c')
-rw-r--r--tests/test-tpl-log-entry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-tpl-log-entry.c b/tests/test-tpl-log-entry.c
index 9af158f5e..68d53579c 100644
--- a/tests/test-tpl-log-entry.c
+++ b/tests/test-tpl-log-entry.c
@@ -3,6 +3,7 @@
#define gconf_client_get_bool(obj,key,err) g_print ("%s", key)
#define LOG_ID 0
+#define ACCOUNT_PATH "/org/freedesktop/Telepathy/Account/FOO/BAR/BAZ"
#define CHAT_ID "echo@test.collabora.co.uk"
#define DIRECTION TPL_LOG_ENTRY_DIRECTION_IN
@@ -12,7 +13,7 @@ int main (int argc, char **argv)
g_type_init ();
- log = tpl_log_entry_text_new (LOG_ID, CHAT_ID, DIRECTION);
+ log = tpl_log_entry_text_new (LOG_ID, ACCOUNT_PATH, CHAT_ID, DIRECTION);
return 0;