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
4a8933cb
Commit
4a8933cb
authored
May 18, 2015
by
Gautier Pelloux-Prayer
Browse files
tester: remove unneeded include
parent
82d7f9cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
tester/belle_sip_uri_tester.c
tester/belle_sip_uri_tester.c
+1
-1
tester/cast_test.c
tester/cast_test.c
+0
-3
No files found.
tester/belle_sip_uri_tester.c
View file @
4a8933cb
...
...
@@ -428,7 +428,7 @@ void testUriComponentsChecker() {
}
void
test_escaping_bad_chars
(
void
){
char
bad_uri
[
1
5
]
=
{
'h'
,
'e'
,
'l'
,
'l'
,
'o'
,
(
char
)
0xa0
,
(
char
)
0xc8
,
'w'
,
'o'
,
'r'
,
'l'
,
'd'
,
0x0
};
char
bad_uri
[
1
3
]
=
{
'h'
,
'e'
,
'l'
,
'l'
,
'o'
,
(
char
)
0xa0
,
(
char
)
0xc8
,
'w'
,
'o'
,
'r'
,
'l'
,
'd'
,
0x0
};
char
*
escaped
=
belle_sip_uri_to_escaped_username
(
bad_uri
);
const
char
*
expected
=
"hello%a0%c8world"
;
...
...
tester/cast_test.c
View file @
4a8933cb
...
...
@@ -16,12 +16,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "CUnit/Basic.h"
#include "belle-sip/belle-sip.h"
#include "belle_sip_tester.h"
static
void
cast_test
(
void
){
belle_sip_stack_t
*
stack
=
belle_sip_stack_new
(
NULL
);
belle_sip_listening_point_t
*
lp
=
belle_sip_stack_create_listening_point
(
stack
,
"0.0.0.0"
,
7060
,
"UDP"
);
...
...
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