mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 17:29:20 +00:00
message_tester.c: "fix" message within call dialog - no delivery status actually is expected (not implemented)
This commit is contained in:
parent
a2fd11bed7
commit
ce30644995
1 changed files with 2 additions and 1 deletions
|
|
@ -216,7 +216,8 @@ static void text_message_within_dialog(void) {
|
|||
|
||||
linphone_chat_room_send_message(chat_room,"Bla bla bla bla");
|
||||
BC_ASSERT_TRUE(wait_for(pauline->lc,marie->lc,&marie->stat.number_of_LinphoneMessageReceived,1));
|
||||
BC_ASSERT_TRUE(wait_for(pauline->lc,marie->lc,&pauline->stat.number_of_LinphoneMessageDelivered,1));
|
||||
// when using call dialogs, we will never receive delivered status
|
||||
BC_ASSERT_EQUAL(pauline->stat.number_of_LinphoneMessageDelivered,0,int,"%d");
|
||||
|
||||
BC_ASSERT_PTR_NOT_NULL(linphone_core_get_chat_room(marie->lc,pauline->identity));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue