From: JINMEI Tatuya Date: Thu, 2 Feb 2012 23:08:29 +0000 (-0800) Subject: [1570] added comments about the previous case X-Git-Tag: trac2351_base~263^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efd87c8cddb380d78a0cef4ee7fcc91559f7352b;p=thirdparty%2Fkea.git [1570] added comments about the previous case --- diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc index 4d096d0059..b7b189d9e7 100644 --- a/src/bin/auth/tests/query_unittest.cc +++ b/src/bin/auth/tests/query_unittest.cc @@ -1745,6 +1745,9 @@ TEST_F(QueryTest, dsAtGrandParent) { 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) { // Pretending to have authority for the grandchild zone, too. const Name childname("grand.delegation.example.com");