BIND 10 trac2165_2, updated. 33ab70a67c5cc9f340faadabe7a3003b5c959863 [2165] Update comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Aug 26 23:40:00 UTC 2012
The branch, trac2165_2 has been updated
via 33ab70a67c5cc9f340faadabe7a3003b5c959863 (commit)
from a173297fd323767a6a37dbf7acba00f54b10ccdc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 33ab70a67c5cc9f340faadabe7a3003b5c959863
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Aug 27 05:09:33 2012 +0530
[2165] Update comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/message_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/message_unittest.cc b/src/lib/dns/tests/message_unittest.cc
index c3664f9..8c09ec3 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;
More information about the bind10-changes
mailing list