From c209cc1ebd5c725a7aef6fe7fb9552e9dfab9364 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 15 May 2001 05:32:53 +0000 Subject: [PATCH] update test to check for new behavior of ANY queries at zone cut points --- bin/tests/db/dns_db_find_4_data | 4 ++-- bin/tests/db/t_db.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/tests/db/dns_db_find_4_data b/bin/tests/db/dns_db_find_4_data index 2680fc2e48..b0326a6985 100644 --- a/bin/tests/db/dns_db_find_4_data +++ b/bin/tests/db/dns_db_find_4_data @@ -1,7 +1,7 @@ # -# test data for dns_db_find DNS_R_ZONECUT +# test data for dns_db_find DNS_R_DELEGATION # # format: # dbfile dbtype dborigin dbclass dbcache findname findtype findopts findtime expected_results # -dns_db_find_4.data rbt vix.com. in zone a.b.c.vix.com. ANY 0 0 DNS_R_ZONECUT +dns_db_find_4.data rbt vix.com. in zone a.b.c.vix.com. ANY 0 0 DNS_R_DELEGATION diff --git a/bin/tests/db/t_db.c b/bin/tests/db/t_db.c index 91c24bdf29..ca8c4db1d1 100644 --- a/bin/tests/db/t_db.c +++ b/bin/tests/db/t_db.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: t_db.c,v 1.27 2001/01/09 21:41:51 bwelling Exp $ */ +/* $Id: t_db.c,v 1.28 2001/05/15 05:32:53 halley Exp $ */ #include @@ -2618,7 +2618,7 @@ t17(void) { } static const char *a18 = - "A call to dns_db_find() returns DNS_R_ZONECUT when type is " + "A call to dns_db_find() returns DNS_R_DELEGATION when type is " "dns_rdatatype_any and the desired node is a zone cut."; static void