]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Update comment for DomainTree test data
authorMukund Sivaraman <muks@isc.org>
Tue, 1 Oct 2013 12:53:16 +0000 (18:23 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 1 Oct 2013 12:53:38 +0000 (18:23 +0530)
Suggested by Michal in #2750, reviewed by me.

src/lib/datasrc/tests/memory/domaintree_unittest.cc

index 0d8159baf447f60e8645ea0042e47013ddcc7e29..7568f8dfabee0747d2deddab1e11715a19cbe12a 100644 (file)
@@ -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"