mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
Fix tmp path in message tester
This commit is contained in:
parent
b56095f59f
commit
3b23045e0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue