From: Yoshitaka Aharen Date: Wed, 10 Oct 2012 10:34:26 +0000 (+0900) Subject: [2155] fixed wrong comment X-Git-Tag: trac2487_base~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f01176f71c387638ff876b7ce31dd42f6bdb9d;p=thirdparty%2Fkea.git [2155] fixed wrong comment --- diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc index 4b673fb49a..cbd29b6877 100644 --- a/src/bin/auth/tests/auth_srv_unittest.cc +++ b/src/bin/auth/tests/auth_srv_unittest.cc @@ -1089,7 +1089,7 @@ TEST_F(AuthSrvTest, queryCounterUDPNormal) { server.processMessage(*io_message, *parse_message, *response_obuffer, &dnsserv); // After processing the UDP query, these counters should be incremented: - // request.tcp, opcode.query, qtype.ns, rcode.refused, response + // request.udp, opcode.query, qtype.ns, rcode.refused, response // and these counters should not be incremented: // request.tcp ConstElementPtr stats_after = server.getStatistics();