[svn-commits] mmichelson: branch group/dns_naptr r433364 - /team/group/dns_naptr/tests/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 24 17:23:48 CDT 2015


Author: mmichelson
Date: Tue Mar 24 17:23:46 2015
New Revision: 433364

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=433364
Log:
Alter the description of the regexp off-nominal 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=433364&r1=433363&r2=433364
==============================================================================
--- team/group/dns_naptr/tests/test_dns_naptr.c (original)
+++ team/group/dns_naptr/tests/test_dns_naptr.c Tue Mar 24 17:23:46 2015
@@ -497,11 +497,10 @@
 	case TEST_INIT:
 		info->name = "naptr_resolve_off_nominal_regexp";
 		info->category = "/main/dns/naptr/";
-		info->summary = "Ensure that NAPTR records with invalid services are not presented in results";
-		info->description = "This test defines a set of records where the services provided are\n"
-			"invalid in some way. This may be due to providing non-alphanumeric characters, providing\n"
-			"protocols or resolution services that start with a non-alphabetic character, or\n"
-			"providing fields that are too long.\n";
+		info->summary = "Ensure that NAPTR records with invalid regexps are not presented in results";
+		info->description = "This test defines a set of records where the regexps provided are\n"
+			"invalid in some way. The test ensures that none of the invalid records are returned\n"
+			"when performing a NAPTR lookup\n";
 		return AST_TEST_NOT_RUN;
 	case TEST_EXECUTE:
 		break;




More information about the svn-commits mailing list