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
4392e2ff
Commit
4392e2ff
authored
Nov 07, 2014
by
Gautier Pelloux-Prayer
Browse files
Rename SDP invites tests
parent
77f4e6d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tester/call_tester.c
tester/call_tester.c
+3
-3
No files found.
tester/call_tester.c
View file @
4392e2ff
...
...
@@ -3447,9 +3447,9 @@ test_t call_tests[] = {
{
"Call with custom supported tags"
,
call_with_custom_supported_tags
},
{
"Call log from taken from asserted id"
,
call_log_from_taken_from_p_asserted_id
},
{
"Incoming INVITE without SDP"
,
incoming_invite_without_sdp
},
{
"Outgoing INVITE without SDP"
,
outgoing_invite_without_sdp
},
{
"Incoming REINVITE without SDP
in ACK
"
,
incoming_reinvite_without_ack_sdp
},
{
"Outgoing REINVITE without
SDP in ACK
"
,
outgoing_reinvite_without_ack_sdp
},
{
"Outgoing INVITE without
ACK
SDP"
,
outgoing_invite_without_sdp
},
{
"Incoming REINVITE without SDP"
,
incoming_reinvite_without_ack_sdp
},
{
"Outgoing REINVITE without
ACK SDP
"
,
outgoing_reinvite_without_ack_sdp
},
};
test_suite_t
call_test_suite
=
{
...
...
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