mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 02:52:08 -04:00
s/DNS_R_/ISC_R_/ as needed
This commit is contained in:
parent
674b41a94d
commit
927d494e07
7 changed files with 23 additions and 23 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# format is: <dbfile> <command> <testname> <exp_result>
|
||||
#
|
||||
dns_rbt.data add new.name DNS_R_SUCCESS
|
||||
dns_rbt.data add \[x42/7].name DNS_R_SUCCESS
|
||||
dns_rbt.data add \[b11011].name DNS_R_SUCCESS
|
||||
dns_rbt.data add \[o033/9].name DNS_R_SUCCESS
|
||||
dns_rbt.data add new.name ISC_R_SUCCESS
|
||||
dns_rbt.data add \[x42/7].name ISC_R_SUCCESS
|
||||
dns_rbt.data add \[b11011].name ISC_R_SUCCESS
|
||||
dns_rbt.data add \[o033/9].name ISC_R_SUCCESS
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
#
|
||||
# format is: <dbfile> <command> <testname> <exp_result>
|
||||
#
|
||||
dns_rbt.data add a.vix.com DNS_R_EXISTS
|
||||
dns_rbt.data add a.vix.com ISC_R_EXISTS
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@
|
|||
#
|
||||
# format is: <dbfile> <command> <testname> <exp_result>
|
||||
#
|
||||
dns_rbt.data create not.used DNS_R_SUCCESS
|
||||
dns_rbt_bitstring.data create not.used DNS_R_SUCCESS
|
||||
dns_rbt.data create not.used ISC_R_SUCCESS
|
||||
dns_rbt_bitstring.data create not.used ISC_R_SUCCESS
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# format is: <dbfile> <command> <testname> <exp_result>
|
||||
#
|
||||
dns_rbt.data delete a.vix.com DNS_R_SUCCESS
|
||||
dns_rbt_bitstring.data delete \[x42/7].vix.com DNS_R_SUCCESS
|
||||
dns_rbt_bitstring.data delete a.\[x42/7].com DNS_R_SUCCESS
|
||||
dns_rbt_bitstring.data delete a.vix.\[x42/7] DNS_R_SUCCESS
|
||||
dns_rbt.data delete a.vix.com ISC_R_SUCCESS
|
||||
dns_rbt_bitstring.data delete \[x42/7].vix.com ISC_R_SUCCESS
|
||||
dns_rbt_bitstring.data delete a.\[x42/7].com ISC_R_SUCCESS
|
||||
dns_rbt_bitstring.data delete a.vix.\[x42/7] ISC_R_SUCCESS
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# format is: <dbfile> <command> <testname> <exp_result>
|
||||
#
|
||||
dns_rbt.data delete new.name DNS_R_NOTFOUND
|
||||
dns_rbt.data delete \[x42/7].vix.com DNS_R_NOTFOUND
|
||||
dns_rbt.data delete a.\[x42/7].com DNS_R_NOTFOUND
|
||||
dns_rbt.data delete a.vix.\[x42/7] DNS_R_NOTFOUND
|
||||
dns_rbt.data delete new.name ISC_R_NOTFOUND
|
||||
dns_rbt.data delete \[x42/7].vix.com ISC_R_NOTFOUND
|
||||
dns_rbt.data delete a.\[x42/7].com ISC_R_NOTFOUND
|
||||
dns_rbt.data delete a.vix.\[x42/7] ISC_R_NOTFOUND
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# format is: <dbfile> <command> <testname> <exp_result>
|
||||
#
|
||||
dns_rbt.data search a.vix.com DNS_R_SUCCESS
|
||||
dns_rbt_bitstring.data search \[x42/7].vix.com DNS_R_SUCCESS
|
||||
dns_rbt_bitstring.data search a.\[x42/7].com DNS_R_SUCCESS
|
||||
dns_rbt_bitstring.data search a.vix.\[x42/7] DNS_R_SUCCESS
|
||||
dns_rbt.data search a.vix.com ISC_R_SUCCESS
|
||||
dns_rbt_bitstring.data search \[x42/7].vix.com ISC_R_SUCCESS
|
||||
dns_rbt_bitstring.data search a.\[x42/7].com ISC_R_SUCCESS
|
||||
dns_rbt_bitstring.data search a.vix.\[x42/7] ISC_R_SUCCESS
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# format is: <dbfile> <command> <testname> <exp_result>
|
||||
#
|
||||
dns_rbt.data search not.used.here DNS_R_NOTFOUND
|
||||
dns_rbt.data search \[x42/7].vix.com DNS_R_NOTFOUND
|
||||
dns_rbt.data search a.\[x42/7].com DNS_R_NOTFOUND
|
||||
dns_rbt.data search a.vix.\[x42/7] DNS_R_NOTFOUND
|
||||
dns_rbt.data search not.used.here ISC_R_NOTFOUND
|
||||
dns_rbt.data search \[x42/7].vix.com ISC_R_NOTFOUND
|
||||
dns_rbt.data search a.\[x42/7].com ISC_R_NOTFOUND
|
||||
dns_rbt.data search a.vix.\[x42/7] ISC_R_NOTFOUND
|
||||
|
|
|
|||
Loading…
Reference in a new issue