mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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
This commit is contained in:
@@ -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)
|
|||||||
"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;
|
||||||
|
Reference in New Issue
Block a user