]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2155] fixed wrong comment
authorYoshitaka Aharen <aharen@jprs.co.jp>
Wed, 10 Oct 2012 10:34:26 +0000 (19:34 +0900)
committerYoshitaka Aharen <aharen@jprs.co.jp>
Wed, 10 Oct 2012 10:34:26 +0000 (19:34 +0900)
src/bin/auth/tests/auth_srv_unittest.cc

index 4b673fb49a0a23add1129234707a3050a1a33718..cbd29b68774349658d1442a5f9a60cc255dccd62 100644 (file)
@@ -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();