mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:10:00 -04:00
Fix brid and hhit unit tests
These tests were not being run.
(cherry picked from commit 97af8fc519)
This commit is contained in:
parent
9f7577f207
commit
016baaa06c
1 changed files with 4 additions and 2 deletions
|
|
@ -1100,7 +1100,7 @@ ISC_RUN_TEST_IMPL(amtrelay) {
|
|||
}
|
||||
|
||||
/* BRIB RDATA - base64 encoded opaque */
|
||||
ISC_RUN_TEST_IMPL(brib) {
|
||||
ISC_RUN_TEST_IMPL(brid) {
|
||||
text_ok_t text_ok[] = { /* empty */
|
||||
TEXT_INVALID(""),
|
||||
/* valid base64 string */
|
||||
|
|
@ -3326,6 +3326,7 @@ ISC_TEST_LIST_START
|
|||
ISC_TEST_ENTRY(amtrelay)
|
||||
ISC_TEST_ENTRY(apl)
|
||||
ISC_TEST_ENTRY(atma)
|
||||
ISC_TEST_ENTRY(brid)
|
||||
ISC_TEST_ENTRY(cdnskey)
|
||||
ISC_TEST_ENTRY(csync)
|
||||
ISC_TEST_ENTRY(dnskey)
|
||||
|
|
@ -3333,6 +3334,7 @@ ISC_TEST_ENTRY(doa)
|
|||
ISC_TEST_ENTRY(ds)
|
||||
ISC_TEST_ENTRY(dsync)
|
||||
ISC_TEST_ENTRY(eid)
|
||||
ISC_TEST_ENTRY(hhit)
|
||||
ISC_TEST_ENTRY(hip)
|
||||
ISC_TEST_ENTRY(https_svcb)
|
||||
ISC_TEST_ENTRY(isdn)
|
||||
|
|
@ -3342,8 +3344,8 @@ ISC_TEST_ENTRY(nimloc)
|
|||
ISC_TEST_ENTRY(nsec)
|
||||
ISC_TEST_ENTRY(nsec3)
|
||||
ISC_TEST_ENTRY(nxt)
|
||||
ISC_TEST_ENTRY(rkey)
|
||||
ISC_TEST_ENTRY(resinfo)
|
||||
ISC_TEST_ENTRY(rkey)
|
||||
ISC_TEST_ENTRY(sshfp)
|
||||
ISC_TEST_ENTRY(wallet)
|
||||
ISC_TEST_ENTRY(wks)
|
||||
|
|
|
|||
Loading…
Reference in a new issue