diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c index cf040a928d7fcf4b8ed6e99e6812a097289303b6..d800c55822511bcfa6a3ca2e9e1e23c5d3cae309 100644 --- a/channels/sip/config_parser.c +++ b/channels/sip/config_parser.c @@ -235,8 +235,8 @@ AST_TEST_DEFINE(sip_parse_register_line_test) info->category = "channels/chan_sip/"; info->summary = "tests sip register line parsing"; info->description = - " Tests parsing of various register line configurations." - " Verifies output matches expected behavior."; + "Tests parsing of various register line configurations. " + "Verifies output matches expected behavior."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break; @@ -573,8 +573,8 @@ AST_TEST_DEFINE(sip_parse_host_line_test) info->category = "channels/chan_sip/"; info->summary = "tests sip.conf host line parsing"; info->description = - " Tests parsing of various host line configurations." - " Verifies output matches expected behavior."; + "Tests parsing of various host line configurations. " + "Verifies output matches expected behavior."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break; diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c index 3697e7633c11af6113fedec1b1d29126eff200c1..803286c6ba8d00d94d96444cd4b62a4ab2a014a4 100644 --- a/channels/sip/reqresp_parser.c +++ b/channels/sip/reqresp_parser.c @@ -133,8 +133,8 @@ AST_TEST_DEFINE(sip_parse_uri_test) info->category = "channels/chan_sip/"; info->summary = "tests sip uri parsing"; info->description = - " Tests parsing of various URIs" - " Verifies output matches expected behavior."; + "Tests parsing of various URIs " + "Verifies output matches expected behavior."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break; diff --git a/tests/test_event.c b/tests/test_event.c index 77a641726e9f85698d32067be7584582b4eb89b2..47895b56414b007261731322f1bdbb384f043f8e 100644 --- a/tests/test_event.c +++ b/tests/test_event.c @@ -104,8 +104,7 @@ AST_TEST_DEFINE(event_new_test) info->summary = "Test event creation"; info->description = "This test exercises the API calls that allow allocation " - "of an ast_event." - "\n"; + "of an ast_event."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break; diff --git a/tests/test_heap.c b/tests/test_heap.c index a8dd13e0a14a2823fcb7495b7a4becb409a81a3a..4af1492be3b3ec33bf4f335788c29a3e226895e8 100644 --- a/tests/test_heap.c +++ b/tests/test_heap.c @@ -135,8 +135,7 @@ AST_TEST_DEFINE(heap_test_2) "Push one hundred thousand random elements on to a heap, " "verify that the heap has been properly constructed, " "and then ensure that the elements are come back off " - "in the proper order." - "\n"; + "in the proper order."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break;