Skip to content
GitLab
Menu
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
8f777e09
Commit
8f777e09
authored
Feb 17, 2011
by
Michal 'vorner' Vaner
Browse files
[trac551] Enable GLUE_OK in the wildcard test
parent
9b9f126d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/memory_datasrc_unittest.cc
View file @
8f777e09
...
...
@@ -752,7 +752,7 @@ TEST_F(MemoryZoneTest, delegatedWildcard) {
{
SCOPED_TRACE
(
"Looking under delegation point in GLUE_OK mode"
);
findTest
(
Name
(
"a.child.example.org"
),
RRType
::
A
(),
Zone
::
DELEGATION
,
true
,
rr_child_ns_
);
true
,
rr_child_ns_
,
NULL
,
NULL
,
Zone
::
FIND_GLUE_OK
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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