s/DNS_R_/ISC_R_/ as needed

This commit is contained in:
Michael Graff
2000-04-07 03:50:33 +00:00
parent 2fce9cfbf8
commit a4e2a43f79
23 changed files with 48 additions and 48 deletions

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test1.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_SUCCESS
wire_test1.data 25 1 DNS_COMPRESS_ALL vix.com. ISC_R_SUCCESS

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test2.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_NOSPACE
wire_test2.data 25 1 DNS_COMPRESS_ALL vix.com. ISC_R_NOSPACE

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test3_1.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_BADLABELTYPE

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test4.data 550 1 DNS_COMPRESS_ALL vix.com. DNS_R_NOSPACE
wire_test4.data 550 1 DNS_COMPRESS_ALL vix.com. ISC_R_NOSPACE

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test5.data 25 1 DNS_COMPRESS_NONE vix.com. DNS_R_DISALLOWED

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test6.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_BADPOINTER

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test7.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_UNEXPECTEDEND
wire_test7.data 25 1 DNS_COMPRESS_ALL vix.com. ISC_R_UNEXPECTEDEND

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test8.data 383 1 DNS_COMPRESS_ALL vix.com. DNS_R_TOOMANYHOPS

View File

@@ -22,11 +22,11 @@
# or case conversion
#
# and where exp_result may be one of
# DNS_R_NOSPACE
# ISC_R_NOSPACE
# DNS_R_BADLABELTYPE
# DNS_R_DISALLOWED
# DNS_R_BADPOINTER
# DNS_R_UNEXPECTEDEND
# ISC_R_UNEXPECTEDEND
# DNS_R_TOOMANYHOPS
#
wire_test9.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_NOSPACE
wire_test9.data 25 1 DNS_COMPRESS_ALL vix.com. ISC_R_NOSPACE

View File

@@ -16,4 +16,4 @@
# and where exp_data_len is the length of the expected data in decimal format
# and where exp_result is the expected return value of dns_name_towire
#
a.vix.com. DNS_COMPRESS_NONE 01610376697803636f6d00 11 DNS_R_SUCCESS
a.vix.com. DNS_COMPRESS_NONE 01610376697803636f6d00 11 ISC_R_SUCCESS

View File

@@ -16,4 +16,4 @@
# and where exp_data_len is the length of the expected data in decimal format
# and where exp_result is the expected return value of dns_name_towire
#
a.vix.com DNS_COMPRESS_NONE 01610376697803636f6d 10 DNS_R_NOSPACE
a.vix.com DNS_COMPRESS_NONE 01610376697803636f6d 10 ISC_R_NOSPACE