2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-18 14:00:15 +00:00

[1177] NSEC in case of normal NXRRSET

This commit is contained in:
Michal 'vorner' Vaner
2011-09-08 10:59:13 +02:00
parent df69ad0d02
commit 2e1dceedf6
2 changed files with 13 additions and 3 deletions

View File

@@ -1553,7 +1553,7 @@ TYPED_TEST(DatabaseClientTest, NXRRSET_NSEC) {
"20000201000000 12345 example.org. "
"FAKEFAKEFAKE");
doFindTest(*finder, isc::dns::Name("www.example.org."),
isc::dns::RRType::TXT(), isc::dns::RRType::TXT(),
isc::dns::RRType::TXT(), isc::dns::RRType::NSEC(),
isc::dns::RRTTL(3600),
ZoneFinder::NXRRSET,
this->expected_rdatas_, this->expected_sig_rdatas_,
@@ -1575,7 +1575,7 @@ TYPED_TEST(DatabaseClientTest, wildcardNXRRSET_NSEC) {
"FAKEFAKEFAKE");
// Note that the NSEC name should NOT be synthesized.
doFindTest(*finder, isc::dns::Name("a.wild.example.org."),
isc::dns::RRType::TXT(), isc::dns::RRType::TXT(),
isc::dns::RRType::TXT(), isc::dns::RRType::NSEC(),
isc::dns::RRTTL(3600),
ZoneFinder::NXRRSET,
this->expected_rdatas_, this->expected_sig_rdatas_,