Browse Source

[master] Update comment for DomainTree test data

Suggested by Michal in #2750, reviewed by me.
Mukund Sivaraman 11 years ago
parent
commit
bb0ac07b46
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/tests/memory/domaintree_unittest.cc

+ 2 - 2
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"