]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add test 13543/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 Dec 2023 09:15:09 +0000 (10:15 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 Dec 2023 09:15:09 +0000 (10:15 +0100)
pdns/recursordist/test-aggressive_nsec_cc.cc

index 74e6706ecda940babf90f6d70ac77e15b1c2f8b9..fcc3a81fdadb09457bb944aae417c9f6ee589bf2 100644 (file)
@@ -21,6 +21,9 @@ BOOST_AUTO_TEST_CASE(test_small_coverering_nsec3)
     {"0ujhshp2lhmnpoo9qde4blg4gq3hgl99", "7ujhshp2lhmnpoo9qde4blg4gq3hgl9a", 2, false},
     {"0ujhshp2lhmnpoo9qde4blg4gq3hgl99", "fujhshp2lhmnpoo9qde4blg4gq3hgl9a", 1, false},
     {"0ujhshp2lhmnpoo9qde4blg4gq3hgl99", "8ujhshp2lhmnpoo9qde4blg4gq3hgl9a", 1, false},
+    {"8ujhshp2lhmnpoo9qde4blg4gq3hgl99", "8ujhshp2lhmnpoo9qde4blg4gq3hgl99", 0, false},
+    {"8ujhshp2lhmnpoo9qde4blg4gq3hgl99", "8ujhshp2lhmnpoo9qde4blg4gq3hgl99", 1, false},
+    {"8ujhshp2lhmnpoo9qde4blg4gq3hgl99", "8ujhshp2lhmnpoo9qde4blg4gq3hgl99", 157, false},
   };
 
   for (const auto& [owner, next, boundary, result] : table) {