@ -139,7 +139,7 @@ AST_TEST_DEFINE(default_taskprocessor)
case TEST_INIT :
info - > name = " default_taskprocessor " ;
info - > category = " /main/taskprocessor/ " ;
info - > summary = " Test of default taskproc c esor" ;
info - > summary = " Test of default taskproc es sor" ;
info - > description =
" Ensures that a queued task gets executed. " ;
return AST_TEST_NOT_RUN ;
@ -363,7 +363,7 @@ AST_TEST_DEFINE(default_taskprocessor_load)
case TEST_INIT :
info - > name = " default_taskprocessor_load " ;
info - > category = " /main/taskprocessor/ " ;
info - > summary = " Load test of default taskproc c esor" ;
info - > summary = " Load test of default taskproc es sor" ;
info - > description =
" Ensure that a large number of queued tasks are executed in the proper order. " ;
return AST_TEST_NOT_RUN ;
@ -546,7 +546,7 @@ static int check_stats(struct ast_test *test, const struct test_listener_pvt *pv
/*!
* \ brief Test for a taskprocessor with custom listener .
*
* This test pushes tasks to a taskprocessor with a custom listener , executes the tasks s ,
* This test pushes tasks to a taskprocessor with a custom listener , executes the tasks ,
* and destroys the taskprocessor .
*
* The test ensures that the listener ' s callbacks are called when expected and that the data
@ -563,7 +563,7 @@ AST_TEST_DEFINE(taskprocessor_listener)
case TEST_INIT :
info - > name = " taskprocessor_listener " ;
info - > category = " /main/taskprocessor/ " ;
info - > summary = " Test of taskproc c esor listeners" ;
info - > summary = " Test of taskproc es sor listeners" ;
info - > description =
" Ensures that listener callbacks are called when expected. " ;
return AST_TEST_NOT_RUN ;
@ -760,7 +760,7 @@ AST_TEST_DEFINE(taskprocessor_shutdown)
case TEST_INIT :
info - > name = " taskprocessor_shutdown " ;
info - > category = " /main/taskprocessor/ " ;
info - > summary = " Test of taskproc c esor shutdown sequence" ;
info - > summary = " Test of taskproc es sor shutdown sequence" ;
info - > description =
" Ensures that all tasks run to completion after the taskprocessor has been unref'ed. " ;
return AST_TEST_NOT_RUN ;