Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
dd6f6daf
Commit
dd6f6daf
authored
Mar 08, 2013
by
Sylvain Berfini
🐮
Browse files
Revert commented tests commited by inadvertance
parent
7c9b370b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
tester/call_tester.c
tester/call_tester.c
+4
-4
tester/register_tester.c
tester/register_tester.c
+1
-1
No files found.
tester/call_tester.c
View file @
dd6f6daf
...
...
@@ -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
}
};
...
...
tester/register_tester.c
View file @
dd6f6daf
...
...
@@ -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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment