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;
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;
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;
"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;