]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1613] fix comment
authorJelte Jansen <jelte@isc.org>
Thu, 16 Feb 2012 14:51:00 +0000 (15:51 +0100)
committerJelte Jansen <jelte@isc.org>
Thu, 16 Feb 2012 14:51:00 +0000 (15:51 +0100)
src/bin/auth/tests/auth_srv_unittest.cc

index 4938476666c664ebaa63904f92c8708dee459195..da45706c6f2fed237576ea52a739a6c17d238a28 100644 (file)
@@ -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);