BIND 10 master, updated. bb0ac07b4621308695146918e37d4f2a68e2a9bd [master] Update comment for DomainTree test data

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 1 12:53:56 UTC 2013


The branch, master has been updated
       via  bb0ac07b4621308695146918e37d4f2a68e2a9bd (commit)
      from  d3dbe8e1643358d4f88cdbb7a16a32fd384b85b1 (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 bb0ac07b4621308695146918e37d4f2a68e2a9bd
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Oct 1 18:23:16 2013 +0530

    [master] Update comment for DomainTree test data
    
    Suggested by Michal in #2750, reviewed by me.

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

Summary of changes:
 .../datasrc/tests/memory/domaintree_unittest.cc    |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory/domaintree_unittest.cc b/src/lib/datasrc/tests/memory/domaintree_unittest.cc
index 0d8159b..7568f8d 100644
--- a/src/lib/datasrc/tests/memory/domaintree_unittest.cc
+++ b/src/lib/datasrc/tests/memory/domaintree_unittest.cc
@@ -68,8 +68,8 @@ const size_t Name::MAX_LABELS;
 
 namespace {
 
-// The full absolute names of the nodes in the tree with the addition of
-// the explicit root node.
+// The full absolute names of the nodes in the tree (the tree also
+// contains "." which is not included in this list).
 const char* const domain_names[] = {
     "c", "b", "a", "x.d.e.f", "z.d.e.f", "g.h", "i.g.h", "o.w.y.d.e.f",
     "j.z.d.e.f", "p.w.y.d.e.f", "q.w.y.d.e.f", "k.g.h"



More information about the bind10-changes mailing list