2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-03 16:15:27 +00:00

update test to check for new behavior of ANY queries at zone cut points

This commit is contained in:
Bob Halley
2001-05-15 05:32:53 +00:00
parent 0d205b805a
commit c209cc1ebd
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# #
# test data for dns_db_find DNS_R_ZONECUT # test data for dns_db_find DNS_R_DELEGATION
# #
# format: # format:
# dbfile dbtype dborigin dbclass dbcache findname findtype findopts findtime expected_results # 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

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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 <config.h> #include <config.h>
@@ -2618,7 +2618,7 @@ t17(void) {
} }
static const char *a18 = 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."; "dns_rdatatype_any and the desired node is a zone cut.";
static void static void