BIND 10 master, updated. 6c44ca2eaa94224d60ceac2602ee9c6846fabf18 [master] minor and trivial fix to a SCOPED_TRACE message. directly pushing.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 8 06:14:58 UTC 2011
The branch, master has been updated
via 6c44ca2eaa94224d60ceac2602ee9c6846fabf18 (commit)
from b18409a1d6515152d107cd965e25ef58835f9f22 (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 6c44ca2eaa94224d60ceac2602ee9c6846fabf18
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Jul 7 23:14:40 2011 -0700
[master] minor and trivial fix to a SCOPED_TRACE message. directly pushing.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/tsig_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/tsig_unittest.cc b/src/lib/dns/tests/tsig_unittest.cc
index ba17e70..cbb1267 100644
--- a/src/lib/dns/tests/tsig_unittest.cc
+++ b/src/lib/dns/tests/tsig_unittest.cc
@@ -440,7 +440,7 @@ TEST_F(TSIGTest, signUsingHMACSHA224) {
0xef, 0x33, 0xa2, 0xda, 0xa1, 0x48, 0x71, 0xd3
};
{
- SCOPED_TRACE("Sign test using HMAC-SHA1");
+ SCOPED_TRACE("Sign test using HMAC-SHA224");
commonSignChecks(createMessageAndSign(sha1_qid, test_name, &sha1_ctx),
sha1_qid, 0x4dae7d5f, expected_mac,
sizeof(expected_mac), 0, 0, NULL,
More information about the bind10-changes
mailing list