Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
3c11cc74
Commit
3c11cc74
authored
Jun 15, 2016
by
Gautier Pelloux-Prayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
offeranswer_tester.c: rename test to non-already-used name
parent
68e47090
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
offeranswer_tester.c
tester/offeranswer_tester.c
+2
-2
No files found.
tester/offeranswer_tester.c
View file @
3c11cc74
...
...
@@ -158,7 +158,7 @@ static void profile_call_base(bool_t avpf1
linphone_core_set_media_encryption_mandatory
(
marie
->
lc
,
TRUE
);
linphone_core_set_media_encryption_mandatory
(
pauline
->
lc
,
TRUE
);
}
if
(
enable_video
&&
linphone_core_video_supported
(
marie
->
lc
))
{
LinphoneVideoPolicy
policy
;
policy
.
automatically_accept
=
TRUE
;
...
...
@@ -534,7 +534,7 @@ static test_t offeranswer_tests[] = {
TEST_NO_TAG
(
"SAVPF/DTLS to SAVPF/DTLS encryption mandatory video call"
,
savpf_dtls_to_savpf_dtls_encryption_mandatory_video_call
),
TEST_NO_TAG
(
"SAVPF/DTLS to SAVPF video call"
,
savpf_dtls_to_savpf_video_call
),
TEST_NO_TAG
(
"SAVPF/DTLS to SAVPF encryption mandatory video call"
,
savpf_dtls_to_savpf_encryption_mandatory_video_call
),
TEST_NO_TAG
(
"SAVPF/DTLS to AVPF call"
,
savpf_dtls_to_avpf_video_call
),
TEST_NO_TAG
(
"SAVPF/DTLS to AVPF
video
call"
,
savpf_dtls_to_avpf_video_call
),
TEST_NO_TAG
(
"Compatible AVPF features"
,
compatible_avpf_features
),
TEST_NO_TAG
(
"Incompatible AVPF features"
,
incompatible_avpf_features
)
...
...
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