mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
added test case info to dns_name_getlabel test
This commit is contained in:
@@ -1466,6 +1466,9 @@ test_dns_name_getlabel(char *test_name1, int label1_pos,
|
|||||||
|
|
||||||
nfails = 0;
|
nfails = 0;
|
||||||
result = T_UNRESOLVED;
|
result = T_UNRESOLVED;
|
||||||
|
|
||||||
|
t_info("testing with %s and %s\n", test_name1, test_name2);
|
||||||
|
|
||||||
dns_result = dname_from_tname(test_name1, &dns_name1);
|
dns_result = dname_from_tname(test_name1, &dns_name1);
|
||||||
if (dns_result == DNS_R_SUCCESS) {
|
if (dns_result == DNS_R_SUCCESS) {
|
||||||
dns_result = dname_from_tname(test_name2, &dns_name2);
|
dns_result = dname_from_tname(test_name2, &dns_name2);
|
||||||
|
Reference in New Issue
Block a user