From: JINMEI Tatuya Date: Tue, 21 Aug 2012 17:52:01 +0000 (-0700) Subject: [2138] made the comment for AuthCommandTest::getStats more sense. X-Git-Tag: trac2351_base~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9463f3e4ebe36a200ef4107af976dbb2ea7a2b67;p=thirdparty%2Fkea.git [2138] made the comment for AuthCommandTest::getStats more sense. --- diff --git a/src/bin/auth/tests/command_unittest.cc b/src/bin/auth/tests/command_unittest.cc index 3daa1cb26f..a22725eb1a 100644 --- a/src/bin/auth/tests/command_unittest.cc +++ b/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_); }