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
a6fbc18b
Commit
a6fbc18b
authored
Sep 08, 2014
by
Gautier Pelloux-Prayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug log
parent
aed5bd78
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
mediastreamer2
mediastreamer2
+1
-1
oRTP
oRTP
+1
-1
setup_tester.c
tester/setup_tester.c
+0
-2
No files found.
mediastreamer2
@
b3578c1c
Subproject commit
a8c09957733d1504744ac5388ecedddd9f5575ac
Subproject commit
b3578c1cc5861e137bf058584f2bc715d19ca405
oRTP
@
326728b2
Subproject commit
6774293d236a3f02c9dd56f30f44055847de9c02
Subproject commit
326728b28dbab0b74f464ba6d843853aa54147d4
tester/setup_tester.c
View file @
a6fbc18b
...
...
@@ -154,8 +154,6 @@ static void linphone_lpconfig_from_xml_zerolen_value(){
conf
=
mgr
->
lc
->
config
;
ms_error
(
"ZERO: %s"
,
lp_config_get_string
(
conf
,
"test"
,
"zero_len"
,
"LOL"
));
CU_ASSERT_STRING_EQUAL
(
lp_config_get_string
(
conf
,
"test"
,
"zero_len"
,
"LOL"
),
"LOL"
);
CU_ASSERT_STRING_EQUAL
(
lp_config_get_string
(
conf
,
"test"
,
"non_zero_len"
,
""
),
"test"
);
...
...
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