Parcourir la source

[trac505] Update comment

Michal 'vorner' Vaner il y a 14 ans
Parent
commit
53f4afe160
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/auth/tests/query_unittest.cc

+ 2 - 2
src/bin/auth/tests/query_unittest.cc

@@ -571,8 +571,8 @@ TEST_F(QueryTest, DNAME) {
  * Ask an ANY query below a DNAME. Should return the DNAME and synthetized
  * CNAME.
  *
- * This is added because the original implementation had a bug and didn't
- * include the CNAME at all.
+ * ANY is handled specially sometimes. We check it is not the case with
+ * DNAME.
  */
 TEST_F(QueryTest, DNAME_ANY) {
     Query(memory_datasrc, Name("www.dname.example.com"), RRType::ANY(),