Browse Source

[1613] fix comment

Jelte Jansen 13 years ago
parent
commit
83e953bee2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/tests/auth_srv_unittest.cc

+ 1 - 1
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);