[svn] commit: r4085 - /branches/trac454/src/lib/datasrc/tests/memory_datasrc_unittest.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Dec 29 23:03:21 UTC 2010
Author: jinmei
Date: Wed Dec 29 23:03:21 2010
New Revision: 4085
Log:
suggested comment update based on review comment
Modified:
branches/trac454/src/lib/datasrc/tests/memory_datasrc_unittest.cc
Modified: branches/trac454/src/lib/datasrc/tests/memory_datasrc_unittest.cc
==============================================================================
--- branches/trac454/src/lib/datasrc/tests/memory_datasrc_unittest.cc (original)
+++ branches/trac454/src/lib/datasrc/tests/memory_datasrc_unittest.cc Wed Dec 29 23:03:21 2010
@@ -259,8 +259,8 @@
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.
More information about the bind10-changes
mailing list