changed due to dns_master_load syntax change

This commit is contained in:
William King
1999-06-21 00:02:58 +00:00
parent e063c8b050
commit dc36754d36
4 changed files with 15 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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