BIND 10 trac2386, updated. ad2a32699444b7f09ebcb8c5406a818ee2f5fe55 [2386] Add another whitespace test
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 22 06:57:01 UTC 2013
The branch, trac2386 has been updated
via ad2a32699444b7f09ebcb8c5406a818ee2f5fe55 (commit)
from dd77861567e771fc008aac0eb01d0e0779cfdf2c (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 ad2a32699444b7f09ebcb8c5406a818ee2f5fe55
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri Feb 22 12:26:31 2013 +0530
[2386] Add another whitespace test
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/rdata_ds_like_unittest.cc | 7 +++++++
1 file changed, 7 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_ds_like_unittest.cc b/src/lib/dns/tests/rdata_ds_like_unittest.cc
index e7d11e5..c797199 100644
--- a/src/lib/dns/tests/rdata_ds_like_unittest.cc
+++ b/src/lib/dns/tests/rdata_ds_like_unittest.cc
@@ -98,6 +98,13 @@ TYPED_TEST(Rdata_DS_LIKE_Test, createFromLexer_DS_LIKE) {
*test::createRdataUsingLexer(RRTYPE<TypeParam>(), RRClass::IN(),
ds_like_txt)));
+ // Whitespace is okay
+ EXPECT_EQ(0, this->rdata_ds_like.compare(
+ *test::createRdataUsingLexer(RRTYPE<TypeParam>(), RRClass::IN(),
+ "12892 5 2 F1E184C0E1D615D20EB3C223ACED3B0"
+ "3C773DD952D5F0EB5C777 58 6DE18 \t DA6B5"
+ )));
+
// Exceptions cause NULL to be returned.
// Bad tag
More information about the bind10-changes
mailing list