Author: file
Date: Thu Mar  5 10:19:23 2015
New Revision: 432483

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=432483
Log:
Remove test for large size. There's no way we can really know if something is 
"large".

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=432483&r1=432482&r2=432483
==============================================================================
--- team/group/dns/tests/test_dns.c (original)
+++ team/group/dns/tests/test_dns.c Thu Mar  5 10:19:23 2015
@@ -592,11 +592,6 @@
                ast_test_status_update(test, "Successfully added a DNS record 
with length zero\n");
                return AST_TEST_FAIL;
        }
-       
-       if (!ast_dns_resolver_add_record(&some_query, ns_t_a, ns_c_in, 12345, 
v4_buf, V4_BUFSIZE * 3)) {
-               ast_test_status_update(test, "Successfully added a DNS record 
with overly-large length\n");
-               return AST_TEST_FAIL;
-       }
 
        return AST_TEST_PASS;
 }


-- 
_____________________________________________________________________
-- 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