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
belle-sip
Commits
f0deca3c
Commit
f0deca3c
authored
Mar 08, 2016
by
Gautier Pelloux-Prayer
Browse files
belle_sip_tester.c: do not use bc_tester internal variables
parent
70a0e732
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tester/belle_sip_tester.c
tester/belle_sip_tester.c
+2
-2
No files found.
tester/belle_sip_tester.c
View file @
f0deca3c
...
...
@@ -113,7 +113,7 @@ void belle_sip_tester_uninit(void) {
// show all leaks that happened during the test
if
(
all_leaks_buffer
)
{
bc_tester_printf
(
bc_printf_verbosity_info
,
all_leaks_buffer
);
bc_tester_printf
(
BELLE_SIP_LOG_MESSAGE
,
all_leaks_buffer
);
belle_sip_free
(
all_leaks_buffer
);
}
...
...
@@ -133,7 +133,7 @@ int belle_sip_tester_after_each() {
bc_tester_current_suite_name
(),
bc_tester_current_test_name
());
belle_sip_object_dump_active_objects
();
belle_sip_object_flush_active_objects
();
bc_tester_printf
(
bc_printf_verbosity_info
,
format
);
bc_tester_printf
(
BELLE_SIP_LOG_MESSAGE
,
format
);
belle_sip_error
(
"%s"
,
format
);
all_leaks_buffer
=
all_leaks_buffer
?
belle_sip_strcat_printf
(
all_leaks_buffer
,
"
\n
%s"
,
format
)
:
belle_sip_strdup_printf
(
"
\n
%s"
,
format
);
...
...
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