BIND 10 trac871, updated. 89dd4548179485bdf76a84d289ab88ba65bd07bc [trac871] trivial editorial cleanup: removed redundant white space after EOLs
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Apr 29 06:58:48 UTC 2011
The branch, trac871 has been updated
via 89dd4548179485bdf76a84d289ab88ba65bd07bc (commit)
from 364be72653933235d362a57c9342bae1c6e17b3a (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 89dd4548179485bdf76a84d289ab88ba65bd07bc
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Apr 28 23:58:31 2011 -0700
[trac871] trivial editorial cleanup: removed redundant white space after EOLs
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/testdata/message_toWire2.spec | 2 +-
src/lib/dns/tests/tsigrecord_unittest.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/testdata/message_toWire2.spec b/src/lib/dns/tests/testdata/message_toWire2.spec
index 07fa2f5..19f0720 100644
--- a/src/lib/dns/tests/testdata/message_toWire2.spec
+++ b/src/lib/dns/tests/testdata/message_toWire2.spec
@@ -17,5 +17,5 @@ rr_name: www.example.com
algorithm: hmac-md5
time_signed: 0x4da8877a
mac_size: 16
-mac: 0x227026ad297beee721ce6c6fff1e9ef3
+mac: 0x227026ad297beee721ce6c6fff1e9ef3
original_id: 0x2d65
diff --git a/src/lib/dns/tests/tsigrecord_unittest.cc b/src/lib/dns/tests/tsigrecord_unittest.cc
index b335ec6..c2fec9c 100644
--- a/src/lib/dns/tests/tsigrecord_unittest.cc
+++ b/src/lib/dns/tests/tsigrecord_unittest.cc
@@ -78,7 +78,7 @@ TEST_F(TSIGRecordTest, recordToWire) {
EXPECT_EQ(1, test_record.toWire(buffer));
EXPECT_PRED_FORMAT4(UnitTestUtil::matchWireData,
buffer.getData(), buffer.getLength(),
- &data[0], data.size());
+ &data[0], data.size());
}
TEST_F(TSIGRecordTest, recordToOLongToWire) {
More information about the bind10-changes
mailing list