BIND 10 trac1570, updated. 63f7b1ab7c81110633ed2e381e5fdfe05e143d72 [1570] updated test comments for clarification.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 8 18:01:41 UTC 2012


The branch, trac1570 has been updated
       via  63f7b1ab7c81110633ed2e381e5fdfe05e143d72 (commit)
      from  82caa5734136ca29981a5107c9b0e4f644a573cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 63f7b1ab7c81110633ed2e381e5fdfe05e143d72
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Feb 8 10:01:13 2012 -0800

    [1570] updated test comments for clarification.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/tests/query_unittest.cc |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc
index 8701767..8a33743 100644
--- a/src/bin/auth/tests/query_unittest.cc
+++ b/src/bin/auth/tests/query_unittest.cc
@@ -1804,11 +1804,13 @@ 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.
+// DS query sent to a "grandparent" server that also has authority for the
+// child zone.  In this case the query should be handled in the child
+// side and should result in no data with SOA.  Note that the server doesn't
+// have authority for the "parent".  Unlike the dsAboveDelegation test case
+// the query should be handled in the child zone, not in the grandparent.
 TEST_F(QueryTest, dsAtGrandParentAndChild) {
-    // Pretending to have authority for the grandchild zone, too.
+    // Pretending to have authority for the child zone, too.
     const Name childname("grand.delegation.example.com");
     memory_client.addZone(ZoneFinderPtr(
                               new AlternateZoneFinder(childname)));




More information about the bind10-changes mailing list