mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 13:32:11 -04:00
update test to check for new behavior of ANY queries at zone cut points
This commit is contained in:
parent
0d205b805a
commit
c209cc1ebd
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <config.h>
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue