]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typos 13831/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 26 Feb 2024 13:57:01 +0000 (14:57 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 26 Feb 2024 13:57:01 +0000 (14:57 +0100)
pdns/recursordist/test-aggressive_nsec_cc.cc
regression-tests.recursor-dnssec/test_ExtendedErrors.py

index ab02ad6b63b7454d986af4df112dbab672f2b3b3..ed63c945f104f2e3293d94e9bc563386588a630f 100644 (file)
@@ -1397,7 +1397,6 @@ BOOST_AUTO_TEST_CASE(test_aggressive_nsec_ancestor_cases)
 
     BOOST_CHECK_EQUAL(cache->getEntriesCount(), 1U);
 
-    /* the cache should now be able to deny other types (except the DS) */
     /* the cache should now be able to deny other types (except the DS) */
     BOOST_CHECK_EQUAL(getDenialWrapper(cache, now, name, QType::AAAA, RCode::NoError, 3U), true);
     /* but not the DS that lives in the parent zone */
index d9198b599b4bf582e6f3d32448a48fe76e0afa7b..dd0ff8ddec7e0569770399f25e2e5b16d2a4570a 100644 (file)
@@ -83,7 +83,7 @@ extended-resolution-errors=yes
 
         super(ExtendedErrorsRecursorTest, cls).generateRecursorConfig(confdir)
 
-    @unittest.skip(reason="sidnlabs no longer serves thiss until further notice")
+    @unittest.skip(reason="sidnlabs no longer serves this until further notice")
     def testNotIncepted(self):
         qname = 'signotincepted.bad-dnssec.wb.sidnlabs.nl.'
         query = dns.message.make_query(qname, 'A', want_dnssec=True)
@@ -97,7 +97,7 @@ extended-resolution-errors=yes
             self.assertEqual(res.options[0].otype, 15)
             self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(8, b''))
 
-    @unittest.skip(reason="sidnlabs no longer serves thiss until further notice")
+    @unittest.skip(reason="sidnlabs no longer serves this until further notice")
     def testExpired(self):
         qname = 'sigexpired.bad-dnssec.wb.sidnlabs.nl.'
         query = dns.message.make_query(qname, 'A', want_dnssec=True)
@@ -124,7 +124,7 @@ extended-resolution-errors=yes
             self.assertEqual(res.options[0].otype, 15)
             self.assertEqual(res.options[0], extendederrors.ExtendedErrorOption(6, b''))
 
-    @unittest.skip(reason="sidnlabs no longer serves thiss until further notice")
+    @unittest.skip(reason="sidnlabs no longer serves this until further notice")
     def testBogus(self):
         qname = 'bogussig.ok.bad-dnssec.wb.sidnlabs.nl.'
         query = dns.message.make_query(qname, 'A', want_dnssec=True)
@@ -239,7 +239,7 @@ extended-resolution-errors=no
     def generateRecursorConfig(cls, confdir):
         super(NoExtendedErrorsRecursorTest, cls).generateRecursorConfig(confdir)
 
-    @unittest.skip(reason="sidnlabs no longer serves thiss until further notice")
+    @unittest.skip(reason="sidnlabs no longer serves this until further notice")
     def testNotIncepted(self):
         qname = 'signotincepted.bad-dnssec.wb.sidnlabs.nl.'
         query = dns.message.make_query(qname, 'A', want_dnssec=True)