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
0aa04a0c
Commit
0aa04a0c
authored
Jun 13, 2016
by
Gautier Pelloux-Prayer
Browse files
tester: minor suites renaming
parent
a3bc353c
Changes
2
Hide whitespace changes
Inline
Side-by-side
tester/belle_http_tester.c
View file @
0aa04a0c
...
...
@@ -358,5 +358,5 @@ test_t http_tests[] = {
{
"http GET with long user body"
,
http_get_long_user_body
}
};
test_suite_t
http_test_suite
=
{
"
http
"
,
http_before_all
,
http_after_all
,
NULL
,
test_suite_t
http_test_suite
=
{
"
HTTP stack
"
,
http_before_all
,
http_after_all
,
NULL
,
NULL
,
sizeof
(
http_tests
)
/
sizeof
(
http_tests
[
0
]),
http_tests
};
tester/belle_sip_register_tester.c
View file @
0aa04a0c
...
...
@@ -795,6 +795,6 @@ test_t register_tests[] = {
{
"Nonce reutilization"
,
reuse_nonce
}
};
test_suite_t
register_test_suite
=
{
"R
EGISTER
"
,
register_before_all
,
register_after_all
,
NULL
,
test_suite_t
register_test_suite
=
{
"R
egister
"
,
register_before_all
,
register_after_all
,
NULL
,
NULL
,
sizeof
(
register_tests
)
/
sizeof
(
register_tests
[
0
]),
register_tests
};
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