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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user