Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f19d1758
Commit
f19d1758
authored
Jul 31, 2012
by
JINMEI Tatuya
Browse files
[2093] fixed a typo in a comment
parent
b697417c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/rbtree_unittest.cc
View file @
f19d1758
...
...
@@ -1028,7 +1028,7 @@ TEST_F(RBTreeTest, getAbsoluteLabels) {
EXPECT_TRUE
(
abs_ls
.
isAbsolute
());
}
// Explicit
e
ly add and find a root node, to see that getAbsoluteLabels
// Explicitly add and find a root node, to see that getAbsoluteLabels
// also works when getLabels() already returns an absolute LabelSequence
rbtree
.
insert
(
mem_sgmt_
,
Name
(
"."
),
&
rbtnode
);
rbtnode
->
setData
(
RBNode
<
int
>::
NodeDataPtr
(
new
int
(
1
)));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment