mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
Prevent using '&' character in test name.
This commit is contained in:
parent
d941a1d9d4
commit
fdaaed5442
1 changed files with 2 additions and 2 deletions
|
|
@ -5386,8 +5386,8 @@ test_t call_tests[] = {
|
|||
{ "Call paused resumed with video", call_paused_resumed_with_video },
|
||||
{ "Call paused resumed with video no sdp ack", call_paused_resumed_with_no_sdp_ack},
|
||||
{ "Call paused resumed with video no sdk ack using video policy for resume offers",call_paused_resumed_with_no_sdp_ack_using_video_policy},
|
||||
{ "Call paused, updated & resumed with video no sdk ack using video policy for resume offers", call_paused_updated_resumed_with_no_sdp_ack_using_video_policy},
|
||||
{ "Call paused, updated & resumed with video no sdk ack using video policy for resume offers with accept call update", call_paused_updated_resumed_with_no_sdp_ack_using_video_policy_and_accept_call_update},
|
||||
{ "Call paused, updated and resumed with video no sdk ack using video policy for resume offers", call_paused_updated_resumed_with_no_sdp_ack_using_video_policy},
|
||||
{ "Call paused, updated and resumed with video no sdk ack using video policy for resume offers with accept call update", call_paused_updated_resumed_with_no_sdp_ack_using_video_policy_and_accept_call_update},
|
||||
{ "Call paused by both parties", call_paused_by_both },
|
||||
{ "Call paused resumed with loss", call_paused_resumed_with_loss },
|
||||
{ "Call paused resumed from callee", call_paused_resumed_from_callee },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue