BIND 10 trac1613, updated. 83e953bee2f7762739880a4ef01ca3246230af31 [1613] fix comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 16 14:53:02 UTC 2012
The branch, trac1613 has been updated
via 83e953bee2f7762739880a4ef01ca3246230af31 (commit)
from eadab44ef359700ba6ca50a2dc93b7bef2feae39 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 83e953bee2f7762739880a4ef01ca3246230af31
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Feb 16 15:51:00 2012 +0100
[1613] fix comment
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/auth_srv_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc
index 4938476..da45706 100644
--- a/src/bin/auth/tests/auth_srv_unittest.cc
+++ b/src/bin/auth/tests/auth_srv_unittest.cc
@@ -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);
More information about the bind10-changes
mailing list