From: Mark Andrews Date: Sat, 24 Jan 2026 07:37:52 +0000 (+1100) Subject: Fix brid and hhit unit tests X-Git-Tag: v9.21.18~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97af8fc519590bd0d794f1208b6ad60aa717e2c7;p=thirdparty%2Fbind9.git Fix brid and hhit unit tests These tests were not being run. --- diff --git a/tests/dns/rdata_test.c b/tests/dns/rdata_test.c index 8601106f9c3..e0f073ab33d 100644 --- a/tests/dns/rdata_test.c +++ b/tests/dns/rdata_test.c @@ -1105,7 +1105,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 */ @@ -3371,6 +3371,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) @@ -3378,6 +3379,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) @@ -3387,8 +3389,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)