[svn-commits] mmichelson: branch group/dns r432523 - /team/group/dns/tests/test_dns.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Mar 6 12:16:09 CST 2015


Author: mmichelson
Date: Fri Mar  6 12:16:04 2015
New Revision: 432523

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=432523
Log:
Expand description of off-nominal async resolution test.


Modified:
    team/group/dns/tests/test_dns.c

Modified: team/group/dns/tests/test_dns.c
URL: http://svnview.digium.com/svn/asterisk/team/group/dns/tests/test_dns.c?view=diff&rev=432523&r1=432522&r2=432523
==============================================================================
--- team/group/dns/tests/test_dns.c (original)
+++ team/group/dns/tests/test_dns.c Fri Mar  6 12:16:04 2015
@@ -1043,7 +1043,12 @@
 		info->category = "/main/dns/";
 		info->summary = "Test off-nominal asynchronous DNS resolution";
 		info->description =
-			"This test attempts to call into a resolver that fails to resolve\n";
+			"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 resolver that returns an error\n";
 		return AST_TEST_NOT_RUN;
 	case TEST_EXECUTE:
 		break;




More information about the svn-commits mailing list