mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-03 11:49:31 +00:00
Fix build on Windows.
This commit is contained in:
parent
b0647d6638
commit
8b6433fad5
1 changed files with 1 additions and 1 deletions
|
|
@ -1557,7 +1557,7 @@ static void real_time_text_message_accented_chars() {
|
|||
BC_ASSERT_EQUAL(linphone_chat_room_get_char(marie_chat_room), message[i], unsigned long, "%lu");
|
||||
}
|
||||
|
||||
_linphone_chat_room_send_message(pauline_chat_room, rtt_message);
|
||||
linphone_chat_room_send_chat_message(pauline_chat_room, rtt_message);
|
||||
BC_ASSERT_TRUE(wait_for(pauline->lc, marie->lc, &marie->stat.number_of_LinphoneMessageReceived, 1));
|
||||
BC_ASSERT_EQUAL(strcmp(marie->stat.last_received_chat_message->message, "ãæçéîøùÿ"), 0, int, "%i");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue