Skip to content
Snippets Groups Projects
Commit 6d9c5312 authored by David Vossel's avatar David Vossel
Browse files

fixes some test description formatting inconsistencies so log file looks nice

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@246338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 94786705
Branches
Tags
No related merge requests found
...@@ -235,8 +235,8 @@ AST_TEST_DEFINE(sip_parse_register_line_test) ...@@ -235,8 +235,8 @@ AST_TEST_DEFINE(sip_parse_register_line_test)
info->category = "channels/chan_sip/"; info->category = "channels/chan_sip/";
info->summary = "tests sip register line parsing"; info->summary = "tests sip register line parsing";
info->description = info->description =
" Tests parsing of various register line configurations." "Tests parsing of various register line configurations. "
" Verifies output matches expected behavior."; "Verifies output matches expected behavior.";
return AST_TEST_NOT_RUN; return AST_TEST_NOT_RUN;
case TEST_EXECUTE: case TEST_EXECUTE:
break; break;
...@@ -573,8 +573,8 @@ AST_TEST_DEFINE(sip_parse_host_line_test) ...@@ -573,8 +573,8 @@ AST_TEST_DEFINE(sip_parse_host_line_test)
info->category = "channels/chan_sip/"; info->category = "channels/chan_sip/";
info->summary = "tests sip.conf host line parsing"; info->summary = "tests sip.conf host line parsing";
info->description = info->description =
" Tests parsing of various host line configurations." "Tests parsing of various host line configurations. "
" Verifies output matches expected behavior."; "Verifies output matches expected behavior.";
return AST_TEST_NOT_RUN; return AST_TEST_NOT_RUN;
case TEST_EXECUTE: case TEST_EXECUTE:
break; break;
......
...@@ -133,8 +133,8 @@ AST_TEST_DEFINE(sip_parse_uri_test) ...@@ -133,8 +133,8 @@ AST_TEST_DEFINE(sip_parse_uri_test)
info->category = "channels/chan_sip/"; info->category = "channels/chan_sip/";
info->summary = "tests sip uri parsing"; info->summary = "tests sip uri parsing";
info->description = info->description =
" Tests parsing of various URIs" "Tests parsing of various URIs "
" Verifies output matches expected behavior."; "Verifies output matches expected behavior.";
return AST_TEST_NOT_RUN; return AST_TEST_NOT_RUN;
case TEST_EXECUTE: case TEST_EXECUTE:
break; break;
......
...@@ -104,8 +104,7 @@ AST_TEST_DEFINE(event_new_test) ...@@ -104,8 +104,7 @@ AST_TEST_DEFINE(event_new_test)
info->summary = "Test event creation"; info->summary = "Test event creation";
info->description = info->description =
"This test exercises the API calls that allow allocation " "This test exercises the API calls that allow allocation "
"of an ast_event." "of an ast_event.";
"\n";
return AST_TEST_NOT_RUN; return AST_TEST_NOT_RUN;
case TEST_EXECUTE: case TEST_EXECUTE:
break; break;
......
...@@ -135,8 +135,7 @@ AST_TEST_DEFINE(heap_test_2) ...@@ -135,8 +135,7 @@ AST_TEST_DEFINE(heap_test_2)
"Push one hundred thousand random elements on to a heap, " "Push one hundred thousand random elements on to a heap, "
"verify that the heap has been properly constructed, " "verify that the heap has been properly constructed, "
"and then ensure that the elements are come back off " "and then ensure that the elements are come back off "
"in the proper order." "in the proper order.";
"\n";
return AST_TEST_NOT_RUN; return AST_TEST_NOT_RUN;
case TEST_EXECUTE: case TEST_EXECUTE:
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment