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;
        }


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to