[asterisk-commits] DNS unit tests: Fix extraneous description string commas. (asterisk[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 25 04:48:24 CDT 2015


Joshua Colp has submitted this change and it was merged.

Change subject: DNS unit tests: Fix extraneous description string commas.
......................................................................


DNS unit tests: Fix extraneous description string commas.

Change-Id: Icf5f13c8e1c2c92a4473bb573ed2dd856ce1b64e
---
M tests/test_dns.c
M tests/test_dns_recurring.c
2 files changed, 12 insertions(+), 12 deletions(-)

Approvals:
  Matt Jordan: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/tests/test_dns.c b/tests/test_dns.c
index b27281e..4e2c4a4 100644
--- a/tests/test_dns.c
+++ b/tests/test_dns.c
@@ -913,10 +913,10 @@
 		info->summary = "Test off-nominal synchronous DNS resolution";
 		info->description =
 			"This test performs several off-nominal synchronous 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 result 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 result pointer\n"
 			"\t* Attempt resolution with resolver that returns an error";
 		return AST_TEST_NOT_RUN;
 	case TEST_EXECUTE:
@@ -1170,10 +1170,10 @@
 		info->summary = "Test off-nominal asynchronous DNS resolution";
 		info->description =
 			"This test performs several off-nominal asynchronous 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:
diff --git a/tests/test_dns_recurring.c b/tests/test_dns_recurring.c
index 84cd9d4..b5736c2 100644
--- a/tests/test_dns_recurring.c
+++ b/tests/test_dns_recurring.c
@@ -399,10 +399,10 @@
 		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:

-- 
To view, visit https://gerrit.asterisk.org/716
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icf5f13c8e1c2c92a4473bb573ed2dd856ce1b64e
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>



More information about the asterisk-commits mailing list