mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 02:19:59 -04:00
changed due to dns_master_load syntax change
This commit is contained in:
parent
e063c8b050
commit
dc36754d36
4 changed files with 15 additions and 11 deletions
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# test data for dns_master_load test 1
|
||||
# test data for dns_master_load test 2
|
||||
#
|
||||
# format is:
|
||||
# <masterfile name><tab><origin><tab><expected result>
|
||||
# masterfile origin class expected_result
|
||||
# where
|
||||
# masterfile name is the name of a file containing master data
|
||||
# origin is the origin
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master2.data test DNS_R_UNEXPECTEDEND
|
||||
master2.data test in DNS_R_UNEXPECTEDEND
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# test data for dns_master_load test 1
|
||||
# test data for dns_master_load test 3
|
||||
#
|
||||
# format is:
|
||||
# <masterfile name><tab><origin><tab><expected result>
|
||||
# masterfile origin class expected_result
|
||||
# where
|
||||
# masterfile name is the name of a file containing master data
|
||||
# origin is the origin
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master3.data test DNS_R_NOOWNER
|
||||
master3.data test in DNS_R_NOOWNER
|
||||
|
|
|
|||
|
|
@ -1,11 +1,12 @@
|
|||
#
|
||||
# test data for dns_master_load test 1
|
||||
# test data for dns_master_load test 4
|
||||
#
|
||||
# format is:
|
||||
# <masterfile name><tab><origin><tab><expected result>
|
||||
# masterfile origin class expected_result
|
||||
# where
|
||||
# masterfile name is the name of a file containing master data
|
||||
# origin is the origin
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master4.data test DNS_R_NOTTL
|
||||
master4.data test in DNS_R_NOTTL
|
||||
|
|
|
|||
|
|
@ -2,10 +2,11 @@
|
|||
# test data for dns_master_load test 5
|
||||
#
|
||||
# format is:
|
||||
# <masterfile name><tab><origin><tab><expected result>
|
||||
# masterfile origin class expected_result
|
||||
# where
|
||||
# masterfile name is the name of a file containing master data
|
||||
# origin is the origin
|
||||
# class is the zone's class
|
||||
# expected_result is a text representation of a dns_result_t
|
||||
#
|
||||
master5.data test DNS_R_BADCLASS
|
||||
master5.data test in DNS_R_BADCLASS
|
||||
|
|
|
|||
Loading…
Reference in a new issue