mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
tests: Spelling fixes
Correct typos of the following word families: mounting jitterbuffer thrashing original manipulating entries actual possibility tasks options positives taskprocessor other dynamic declarative ASTERISK-29714 Change-Id: I6b94659d045eec5d8d020fce2e9b6e2f593dfeb6
This commit is contained in:
committed by
Friendly Automation
parent
4dd7ae3962
commit
aa98237e46
@@ -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 taskproccesor";
|
||||
info->summary = "Test of default taskprocessor";
|
||||
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 taskproccesor";
|
||||
info->summary = "Load test of default taskprocessor";
|
||||
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 taskss,
|
||||
* 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 taskproccesor listeners";
|
||||
info->summary = "Test of taskprocessor 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 taskproccesor shutdown sequence";
|
||||
info->summary = "Test of taskprocessor shutdown sequence";
|
||||
info->description =
|
||||
"Ensures that all tasks run to completion after the taskprocessor has been unref'ed.";
|
||||
return AST_TEST_NOT_RUN;
|
||||
|
Reference in New Issue
Block a user