Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
Kea
Commits
29fab381
Commit
29fab381
authored
Mar 02, 2012
by
JINMEI Tatuya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[1607] update the auqh query mock finder for the API change.
also removed debug output.
parent
1633572f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/bin/auth/tests/query_unittest.cc
src/bin/auth/tests/query_unittest.cc
+2
-2
No files found.
src/bin/auth/tests/query_unittest.cc
View file @
29fab381
...
...
@@ -565,7 +565,8 @@ MockZoneFinder::findAll(const Name& name, std::vector<ConstRRsetPtr>& target,
}
return
(
ZoneFinderContextPtr
(
new
Context
(
*
this
,
options
,
ResultContext
(
SUCCESS
,
RRsetPtr
()))));
ResultContext
(
SUCCESS
,
RRsetPtr
()),
target
)));
}
}
...
...
@@ -1139,7 +1140,6 @@ TEST_F(QueryTest, secureUnsignedDelegationWithNSEC3OptOut) {
// proof (and their RRSIGs). The closest encloser is the apex (origin),
// and with our faked hash the covering NSEC3 for the next closer
// (= child zone name) is that for www.example.com.
cout
<<
response
<<
endl
;
responseCheck
(
response
,
Rcode
::
NOERROR
(),
0
,
0
,
5
,
0
,
NULL
,
(
string
(
unsigned_delegation_txt
)
+
...
...
Write
Preview
Markdown
is supported
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