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
83e953be
Commit
83e953be
authored
Feb 16, 2012
by
Jelte Jansen
Browse files
[1613] fix comment
parent
eadab44e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/tests/auth_srv_unittest.cc
View file @
83e953be
...
...
@@ -848,7 +848,7 @@ TEST_F(AuthSrvTest, queryCounterUDPNormal) {
&
dnsserv
);
// After processing UDP query, the counter should be 1.
EXPECT_EQ
(
1
,
server
.
getCounter
(
AuthCounters
::
SERVER_UDP_QUERY
));
// The counter for
SUCCESS responses
should also be one
// The counter for
opcode Query
should also be one
EXPECT_EQ
(
1
,
server
.
getCounter
(
Opcode
::
QUERY
()));
// The counter for REFUSED responses should also be one, the rest zero
checkAllRcodeCountersZeroExcept
(
Rcode
::
REFUSED
(),
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