BIND 10 trac1583, updated. 988a731a52ff69d86cd5669a98994662d705fb85 [1583] one more cleanup: removed the wildcardEmptyWithNSEC3 test. This case is no different from the non-empty wildcard NXRRRSET in terms of query processing.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 14 02:07:44 UTC 2012
The branch, trac1583 has been updated
via 988a731a52ff69d86cd5669a98994662d705fb85 (commit)
from 3f6415fc870ed25719f6c71f27ab4f2154358f9c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 988a731a52ff69d86cd5669a98994662d705fb85
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Feb 13 18:06:51 2012 -0800
[1583] one more cleanup: removed the wildcardEmptyWithNSEC3 test. This case
is no different from the non-empty wildcard NXRRRSET in terms of query
processing.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/query_unittest.cc | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc
index b540a5b..ca32322 100644
--- a/src/bin/auth/tests/query_unittest.cc
+++ b/src/bin/auth/tests/query_unittest.cc
@@ -2059,13 +2059,4 @@ TEST_F(QueryTest, emptyNameWithNSEC3) {
EXPECT_TRUE(result.isNSEC3Signed());
EXPECT_FALSE(result.isWildcard());
}
-
-TEST_F(QueryTest, wildcardEmptyWithNSEC3) {
- mock_finder->setNSEC3Flag(true);
- ZoneFinder::FindResult result = mock_finder->find(
- Name("a.t.example.com"), RRType::A(), ZoneFinder::FIND_DNSSEC);
- EXPECT_EQ(ZoneFinder::NXRRSET, result.code);
- EXPECT_TRUE(result.isNSEC3Signed());
- EXPECT_TRUE(result.isWildcard());
-}
}
More information about the bind10-changes
mailing list