mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Wait for call to end before checking call log db
This commit is contained in:
parent
6863508cb9
commit
c42efa7ff0
1 changed files with 2 additions and 0 deletions
|
|
@ -4916,6 +4916,8 @@ static void call_logs_sqlite_storage() {
|
|||
BC_ASSERT_TRUE(linphone_core_get_call_history_size(marie->lc) == 0);
|
||||
|
||||
BC_ASSERT_TRUE(call(pauline,marie));
|
||||
wait_for_until(pauline->lc, marie->lc, NULL, 5, 3000);
|
||||
end_call(pauline, marie);
|
||||
|
||||
BC_ASSERT_TRUE(linphone_core_get_call_history_size(marie->lc) == 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue