mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Merge "DNS unit tests: Fix extraneous description string commas."
This commit is contained in:
@@ -913,10 +913,10 @@ AST_TEST_DEFINE(resolver_resolve_sync_off_nominal)
|
|||||||
info->summary = "Test off-nominal synchronous DNS resolution";
|
info->summary = "Test off-nominal synchronous DNS resolution";
|
||||||
info->description =
|
info->description =
|
||||||
"This test performs several off-nominal synchronous DNS resolutions:\n"
|
"This test performs several off-nominal synchronous DNS resolutions:\n"
|
||||||
"\t* Attempt resolution with NULL name\n",
|
"\t* Attempt resolution with NULL name\n"
|
||||||
"\t* Attempt resolution with invalid RR type\n",
|
"\t* Attempt resolution with invalid RR type\n"
|
||||||
"\t* Attempt resolution with invalid RR class\n",
|
"\t* Attempt resolution with invalid RR class\n"
|
||||||
"\t* Attempt resolution with NULL result pointer\n",
|
"\t* Attempt resolution with NULL result pointer\n"
|
||||||
"\t* Attempt resolution with resolver that returns an error";
|
"\t* Attempt resolution with resolver that returns an error";
|
||||||
return AST_TEST_NOT_RUN;
|
return AST_TEST_NOT_RUN;
|
||||||
case TEST_EXECUTE:
|
case TEST_EXECUTE:
|
||||||
@@ -1170,10 +1170,10 @@ AST_TEST_DEFINE(resolver_resolve_async_off_nominal)
|
|||||||
info->summary = "Test off-nominal asynchronous DNS resolution";
|
info->summary = "Test off-nominal asynchronous DNS resolution";
|
||||||
info->description =
|
info->description =
|
||||||
"This test performs several off-nominal asynchronous DNS resolutions:\n"
|
"This test performs several off-nominal asynchronous DNS resolutions:\n"
|
||||||
"\t* Attempt resolution with NULL name\n",
|
"\t* Attempt resolution with NULL name\n"
|
||||||
"\t* Attempt resolution with invalid RR type\n",
|
"\t* Attempt resolution with invalid RR type\n"
|
||||||
"\t* Attempt resolution with invalid RR class\n",
|
"\t* Attempt resolution with invalid RR class\n"
|
||||||
"\t* Attempt resolution with NULL callback pointer\n",
|
"\t* Attempt resolution with NULL callback pointer\n"
|
||||||
"\t* Attempt resolution with resolver that returns an error";
|
"\t* Attempt resolution with resolver that returns an error";
|
||||||
return AST_TEST_NOT_RUN;
|
return AST_TEST_NOT_RUN;
|
||||||
case TEST_EXECUTE:
|
case TEST_EXECUTE:
|
||||||
|
|||||||
@@ -399,10 +399,10 @@ AST_TEST_DEFINE(recurring_query_off_nominal)
|
|||||||
info->summary = "Test off-nominal recurring DNS resolution";
|
info->summary = "Test off-nominal recurring DNS resolution";
|
||||||
info->description =
|
info->description =
|
||||||
"This test performs several off-nominal recurring DNS resolutions:\n"
|
"This test performs several off-nominal recurring DNS resolutions:\n"
|
||||||
"\t* Attempt resolution with NULL name\n",
|
"\t* Attempt resolution with NULL name\n"
|
||||||
"\t* Attempt resolution with invalid RR type\n",
|
"\t* Attempt resolution with invalid RR type\n"
|
||||||
"\t* Attempt resolution with invalid RR class\n",
|
"\t* Attempt resolution with invalid RR class\n"
|
||||||
"\t* Attempt resolution with NULL callback pointer\n",
|
"\t* Attempt resolution with NULL callback pointer\n"
|
||||||
"\t* Attempt resolution with resolver that returns an error";
|
"\t* Attempt resolution with resolver that returns an error";
|
||||||
return AST_TEST_NOT_RUN;
|
return AST_TEST_NOT_RUN;
|
||||||
case TEST_EXECUTE:
|
case TEST_EXECUTE:
|
||||||
|
|||||||
Reference in New Issue
Block a user