From: Jelte Jansen Date: Thu, 16 Feb 2012 14:51:00 +0000 (+0100) Subject: [1613] fix comment X-Git-Tag: trac2351_base~247^2~2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83e953bee2f7762739880a4ef01ca3246230af31;p=thirdparty%2Fkea.git [1613] fix comment --- diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc index 4938476666..da45706c6f 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);