Browse Source

suggested comment update based on review comment

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac454@4085 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 14 years ago
parent
commit
ed65bd6dad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/tests/memory_datasrc_unittest.cc

+ 2 - 2
src/lib/datasrc/tests/memory_datasrc_unittest.cc

@@ -259,8 +259,8 @@ TEST_F(MemoryZoneTest, delegationNS) {
     findTest(Name("child.example.org"), RRType::NS(), Zone::DELEGATION,
              rr_child_ns_);
 
-    // shouldn't confuse the apex node (having NS) with delegation
-    // test to be added
+    // finding NS for the apex (origin) node.  This must not be confused
+    // with delegation due to the existence of an NS RR.
     findTest(origin_, RRType::NS(), Zone::SUCCESS, rr_ns_);
 
     // unusual case of "nested delegation": the highest cut should be used.