mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-21 17:01:23 -05:00
added test case info to dns_name_getlabel test
This commit is contained in:
parent
7046378cf8
commit
b5fd67d43f
1 changed files with 3 additions and 0 deletions
|
|
@ -1466,6 +1466,9 @@ test_dns_name_getlabel(char *test_name1, int label1_pos,
|
|||
|
||||
nfails = 0;
|
||||
result = T_UNRESOLVED;
|
||||
|
||||
t_info("testing with %s and %s\n", test_name1, test_name2);
|
||||
|
||||
dns_result = dname_from_tname(test_name1, &dns_name1);
|
||||
if (dns_result == DNS_R_SUCCESS) {
|
||||
dns_result = dname_from_tname(test_name2, &dns_name2);
|
||||
|
|
|
|||
Loading…
Reference in a new issue