mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
Revert commented tests commited by inadvertance
This commit is contained in:
parent
7c9b370b9d
commit
dd6f6daf7f
2 changed files with 5 additions and 5 deletions
|
|
@ -604,18 +604,18 @@ static void call_transfer_existing_call_outgoing_call(void) {
|
|||
test_t call_tests[] = {
|
||||
{ "Early declined call", early_declined_call },
|
||||
{ "Cancelled call", cancelled_call },
|
||||
//{ "Call with DNS timeout", call_with_dns_time_out },
|
||||
{ "Call with DNS timeout", call_with_dns_time_out },
|
||||
{ "Cancelled ringing call", cancelled_ringing_call },
|
||||
{ "Simple call", simple_call },
|
||||
//{ "Early-media call", early_media_call },
|
||||
{ "Early-media call", early_media_call },
|
||||
{ "Call terminated by caller", call_terminated_by_caller },
|
||||
{ "Call paused resumed", call_paused_resumed },
|
||||
{ "Call paused resumed from callee", call_paused_resumed_from_callee },
|
||||
//{ "SRTP call", srtp_call },
|
||||
{ "SRTP call", srtp_call },
|
||||
#ifdef VIDEO_ENABLED
|
||||
{ "Call with video added", call_with_video_added },
|
||||
#endif
|
||||
//{ "Simple conference", simple_conference },
|
||||
{ "Simple conference", simple_conference },
|
||||
{ "Simple call transfer", simple_call_transfer },
|
||||
{ "Call transfer existing call outgoing call", call_transfer_existing_call_outgoing_call }
|
||||
};
|
||||
|
|
|
|||
|
|
@ -314,7 +314,7 @@ test_t register_tests[] = {
|
|||
{ "Simple register", simple_register },
|
||||
{ "TCP register", simple_tcp_register },
|
||||
#ifndef ANDROID
|
||||
//{ "TLS register", simple_tls_register },
|
||||
{ "TLS register", simple_tls_register },
|
||||
#endif
|
||||
{ "Simple authenticated register", simple_authenticated_register },
|
||||
{ "Digest auth without initial credentials", authenticated_register_with_no_initial_credentials },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue