DNS unit tests: Fix extraneous description string commas.

Change-Id: Icf5f13c8e1c2c92a4473bb573ed2dd856ce1b64e
This commit is contained in:
Richard Mudgett
2015-06-24 16:37:04 -05:00
parent af66b0f3f7
commit a0c2d2089d
2 changed files with 12 additions and 12 deletions

View File

@@ -399,10 +399,10 @@ AST_TEST_DEFINE(recurring_query_off_nominal)
info->summary = "Test off-nominal recurring DNS resolution";
info->description =
"This test performs several off-nominal recurring DNS resolutions:\n"
"\t* Attempt resolution with NULL name\n",
"\t* Attempt resolution with invalid RR type\n",
"\t* Attempt resolution with invalid RR class\n",
"\t* Attempt resolution with NULL callback pointer\n",
"\t* Attempt resolution with NULL name\n"
"\t* Attempt resolution with invalid RR type\n"
"\t* Attempt resolution with invalid RR class\n"
"\t* Attempt resolution with NULL callback pointer\n"
"\t* Attempt resolution with resolver that returns an error";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE: