[asterisk-commits] mmichelson: branch group/dns_naptr r433324 - /team/group/dns_naptr/tests/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Mar 24 09:54:26 CDT 2015
Author: mmichelson
Date: Tue Mar 24 09:54:24 2015
New Revision: 433324
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433324
Log:
Add an appropriate description to the nominal NAPTR test.
Modified:
team/group/dns_naptr/tests/test_dns_naptr.c
Modified: team/group/dns_naptr/tests/test_dns_naptr.c
URL: http://svnview.digium.com/svn/asterisk/team/group/dns_naptr/tests/test_dns_naptr.c?view=diff&rev=433324&r1=433323&r2=433324
==============================================================================
--- team/group/dns_naptr/tests/test_dns_naptr.c (original)
+++ team/group/dns_naptr/tests/test_dns_naptr.c Tue Mar 24 09:54:24 2015
@@ -237,8 +237,11 @@
case TEST_INIT:
info->name = "naptr_resolve";
info->category = "/main/dns/naptr/";
- info->summary = "Test resolution of NAPTR records";
- info->description = "yep";
+ info->summary = "Test nominal resolution of NAPTR records";
+ info->description = "This test defines four valid NAPTR records and\n"
+ "performs a resolution of the domain to which they belong. The test\n"
+ "ensures that all fields of the NAPTR records are parsed correctly\n"
+ "and that the records are returned in sorted order\n";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;
More information about the asterisk-commits
mailing list