BIND 10 trac2480-2, updated. 52aca7c0dbbd3a8037082a38ab8fe1e9f9b419ba [2480] comment update

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Dec 27 21:36:03 UTC 2012


The branch, trac2480-2 has been updated
       via  52aca7c0dbbd3a8037082a38ab8fe1e9f9b419ba (commit)
      from  49fbf723c27c2c6afbcba35491c40f7b1e541719 (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 52aca7c0dbbd3a8037082a38ab8fe1e9f9b419ba
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Dec 27 13:36:27 2012 -0800

    [2480] comment update

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/tests/query_unittest.cc |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc
index f4742ff..b5e2923 100644
--- a/src/bin/auth/tests/query_unittest.cc
+++ b/src/bin/auth/tests/query_unittest.cc
@@ -394,8 +394,11 @@ private:
         if (rrset->getType() == RRType::RRSIG()) {
             return;
         }
+
+        // NSEC3PARAM is not used in the mock data source (and it would confuse
+        // non-NSEC3 test cases).
         if (rrset->getType() == RRType::NSEC3PARAM()) {
-            return;             // XXX this is hack
+            return;
         }
 
         if (rrset->getType() == RRType::NSEC3()) {



More information about the bind10-changes mailing list