changed due to dns_master_load syntax change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user