Browse Source

[1581] Comment

Michal 'vorner' Vaner 13 years ago
parent
commit
1b43a3adbb
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/bin/auth/tests/query_unittest.cc

+ 3 - 1
src/bin/auth/tests/query_unittest.cc

@@ -249,7 +249,9 @@ public:
 
         // (Faked) NSEC3 hash map.  For convenience we use hardcoded built-in
         // map instead of calculating and using actual hash.
-        // The used hash values are borrowed from RFC5155 examples.
+        // The used hash values are borrowed from RFC5155 examples (they are
+        // based on the query name, not that they would correspond directly
+        // to the name).
         hash_map_[Name("example.com")] = "0p9mhaveqvm6t7vbl5lop2u3t2rp3tom";
         hash_map_[Name("www.example.com")] =
             "q04jkcevqvmu85r014c7dkba38o0ji5r";