Browse Source

[2138] made the comment for AuthCommandTest::getStats more sense.

JINMEI Tatuya 12 years ago
parent
commit
9463f3e4eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/tests/command_unittest.cc

+ 1 - 1
src/bin/auth/tests/command_unittest.cc

@@ -418,7 +418,7 @@ TEST_F(AuthCommandTest, loadZoneInvalidParams) {
 TEST_F(AuthCommandTest, getStats) {
     result_ = execAuthServerCommand(server_, "getstats", ConstElementPtr());
     parseAnswer(rcode_, result_);
-    // Just check some message has been received.  Detailed tests specific to
+    // Just check the command execution succeeded.  Detailed tests specific to
     // statistics are done in its own tests.
     EXPECT_EQ(0, rcode_);
 }