Browse Source

[1570] added comments about the previous case

JINMEI Tatuya 13 years ago
parent
commit
efd87c8cdd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/bin/auth/tests/query_unittest.cc

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

@@ -1745,6 +1745,9 @@ TEST_F(QueryTest, dsAtGrandParent) {
                   ns_addrs_and_sig_txt.c_str());
                   ns_addrs_and_sig_txt.c_str());
 }
 }
 
 
+// DS query for a "grandchild" zone, and the server has authority of the
+// child zone, too.  In this case the query should be handled in the child
+// side and should result in no data with SOA.
 TEST_F(QueryTest, dsAtGrandParentAndChild) {
 TEST_F(QueryTest, dsAtGrandParentAndChild) {
     // Pretending to have authority for the grandchild zone, too.
     // Pretending to have authority for the grandchild zone, too.
     const Name childname("grand.delegation.example.com");
     const Name childname("grand.delegation.example.com");