From 3b23045e0a01a0849a8f5bc06372ba4f9b010ae1 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Wed, 28 May 2014 15:42:12 +0200 Subject: [PATCH] Fix tmp path in message tester --- tester/message_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/message_tester.c b/tester/message_tester.c index b5b8934e4..09872e565 100644 --- a/tester/message_tester.c +++ b/tester/message_tester.c @@ -462,7 +462,7 @@ static void message_storage_migration() { // the messages.db has 10000 dummy messages with the very first DB scheme. // This will test the migration procedure - linphone_core_set_chat_database_path(marie->lc, "tmp.db"); + linphone_core_set_chat_database_path(marie->lc, tmp_db); MSList* chatrooms = linphone_core_get_chat_rooms(marie->lc); CU_ASSERT(ms_list_size(chatrooms) > 0);