From: Mukund Sivaraman Date: Sun, 26 Aug 2012 23:39:33 +0000 (+0530) Subject: [2165] Update comment X-Git-Tag: trac2351_base~110^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33ab70a67c5cc9f340faadabe7a3003b5c959863;p=thirdparty%2Fkea.git [2165] Update comment --- diff --git a/src/lib/dns/tests/message_unittest.cc b/src/lib/dns/tests/message_unittest.cc index c3664f9138..8c09ec3f10 100644 --- a/src/lib/dns/tests/message_unittest.cc +++ b/src/lib/dns/tests/message_unittest.cc @@ -373,7 +373,7 @@ TEST_F(MessageTest, removeRRset) { RRClass::IN(), RRType::AAAA())); EXPECT_EQ(4, message_render.getRRCount(Message::SECTION_ANSWER)); - // Locate the AAAA RRset and remove it; this has one RR in it. + // Locate the AAAA RRset and remove it and any associated RRSIGs RRsetIterator i = message_render.beginSection(Message::SECTION_ANSWER); if ((*i)->getType() == RRType::A()) { ++i;