]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2138] made the comment for AuthCommandTest::getStats more sense.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 21 Aug 2012 17:52:01 +0000 (10:52 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 21 Aug 2012 17:52:01 +0000 (10:52 -0700)
src/bin/auth/tests/command_unittest.cc

index 3daa1cb26f6e9b2b9dfd1f218a9b0134f8a9e6f0..a22725eb1a1a00db4f68f4022f27ea02838825f4 100644 (file)
@@ -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_);
 }