also fixed a trivial typo in a unit test
// This must be impossible and should be an internal bug.
// See the description at the method declaration.
assert(false);
+ // Even though there is an assert here, strict compilers
+ // will still need some return value.
+ return (ConstRBNodeRRsetPtr());
}
/// Maintain intermediate data specific to the search context used in
findCheck();
}
-TEST_F(InMemoryZoneFinderTest, findNSEC3Signe) {
+TEST_F(InMemoryZoneFinderTest, findNSEC3Signed) {
findCheck(ZoneFinder::RESULT_NSEC3_SIGNED);
}