BIND 10 trac2386, updated. dd77861567e771fc008aac0eb01d0e0779cfdf2c [2386] Check that numbers (delimited by whitespace) are parsed correctly too
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 21 18:20:30 UTC 2013
The branch, trac2386 has been updated
via dd77861567e771fc008aac0eb01d0e0779cfdf2c (commit)
from 48027b5c30dfb02a9e54bf1a362b9561bc4772bc (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 dd77861567e771fc008aac0eb01d0e0779cfdf2c
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Feb 21 23:49:52 2013 +0530
[2386] Check that numbers (delimited by whitespace) are parsed correctly too
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/rdata_ds_like_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_ds_like_unittest.cc b/src/lib/dns/tests/rdata_ds_like_unittest.cc
index 32d782a..e7d11e5 100644
--- a/src/lib/dns/tests/rdata_ds_like_unittest.cc
+++ b/src/lib/dns/tests/rdata_ds_like_unittest.cc
@@ -66,7 +66,7 @@ TYPED_TEST(Rdata_DS_LIKE_Test, createFromText) {
// spaces. See RFC4034 section 5.3.
EXPECT_EQ(0, this->rdata_ds_like.compare(
TypeParam("12892 5 2 F1E184C0E1D615D20EB3C223ACED3B03C773DD952D5F0EB5"
- "C777 586DE18 \t DA6B5")));
+ "C777 58 6DE18 \t DA6B5")));
}
TYPED_TEST(Rdata_DS_LIKE_Test, toText_DS_LIKE) {
More information about the bind10-changes
mailing list