Browse Source

[2480] comment update

JINMEI Tatuya 12 years ago
parent
commit
36fea252b0
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/bin/auth/tests/query_unittest.cc

+ 4 - 1
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()) {