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

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 4 17:10:12 CST 2015


Author: mmichelson
Date: Wed Mar  4 17:10:10 2015
New Revision: 432479

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=432479
Log:
Make sure to return AST_TEST_NOT_RUN in TEST_INIT case.


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=432479&r1=432478&r2=432479
==============================================================================
--- team/group/dns/tests/test_dns.c (original)
+++ team/group/dns/tests/test_dns.c Wed Mar  4 17:10:10 2015
@@ -372,6 +372,7 @@
 			"This test performs the following:\n"
 			"\t* Attempt to add a DNS result that is both bogus and secure\n"
 			"\t* Attempt to add a DNS result that has no canonical name\n";
+		return AST_TEST_NOT_RUN;
 	case TEST_EXECUTE:
 		break;
 	}




More information about the svn-commits mailing list