BIND 10 trac2148, updated. f01bc8a1bf5c5ed85a0695d47e64854d4bf3d1b6 [2148] final touches
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 25 16:50:14 UTC 2012
The branch, trac2148 has been updated
via f01bc8a1bf5c5ed85a0695d47e64854d4bf3d1b6 (commit)
from a47ad9895154bc82744dc4830e17b519e4b7bb3b (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 f01bc8a1bf5c5ed85a0695d47e64854d4bf3d1b6
Author: Jelte Jansen <jelte at isc.org>
Date: Wed Jul 25 18:50:06 2012 +0200
[2148] final touches
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/labelsequence.h | 1 -
src/lib/dns/tests/labelsequence_unittest.cc | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/labelsequence.h b/src/lib/dns/labelsequence.h
index 06eb9e0..1603753 100644
--- a/src/lib/dns/labelsequence.h
+++ b/src/lib/dns/labelsequence.h
@@ -343,7 +343,6 @@ public:
/// \return true if the last label is the root label
bool isAbsolute() const;
- void dump() const;
private:
const uint8_t* data_; // wire-format name data
const uint8_t* offsets_; // an array of offsets in data_ for the labels
diff --git a/src/lib/dns/tests/labelsequence_unittest.cc b/src/lib/dns/tests/labelsequence_unittest.cc
index 492efe6..599f673 100644
--- a/src/lib/dns/tests/labelsequence_unittest.cc
+++ b/src/lib/dns/tests/labelsequence_unittest.cc
@@ -946,6 +946,7 @@ TEST_F(ExtendableLabelSequenceTest, extend) {
check_compare(ls1, els, isc::dns::NameComparisonResult::COMMONANCESTOR, 1);
els.extend(ls3, buf);
+ EXPECT_TRUE(els.isAbsolute());
check_equal(ls1, els);
stripLeftCheck(ls1, els, ls4);
More information about the bind10-changes
mailing list