BIND 10 trac812, updated. fd45c40964a9557c0a6534c6d0cbe5c377d05066 [trac812] minor editorial cleanups

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 27 06:23:34 UTC 2011


The branch, trac812 has been updated
       via  fd45c40964a9557c0a6534c6d0cbe5c377d05066 (commit)
      from  475e26bae3b3c4c8823c4931638d0a7af0ac66cd (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 fd45c40964a9557c0a6534c6d0cbe5c377d05066
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Apr 26 23:23:24 2011 -0700

    [trac812] minor editorial cleanups

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/tests/tsig_unittest.cc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/tsig_unittest.cc b/src/lib/dns/tests/tsig_unittest.cc
index ad2676a..28189cc 100644
--- a/src/lib/dns/tests/tsig_unittest.cc
+++ b/src/lib/dns/tests/tsig_unittest.cc
@@ -71,7 +71,7 @@ protected:
     TSIGTest() :
         tsig_ctx(NULL), qid(0x2d65), test_name("www.example.com"),
         test_class(RRClass::IN()), test_ttl(86400), message(Message::RENDER),
-        buffer(0), renderer(buffer) 
+        buffer(0), renderer(buffer)
     {
         // Make sure we use the system time by default so that we won't be
         // confused due to other tests that tweak the time.
@@ -407,7 +407,7 @@ TEST_F(TSIGTest, signContinuation) {
     // Create and sign the second response message
     const uint8_t expected_mac[] = {
         0x10, 0x24, 0x58, 0xf7, 0xf6, 0x2d, 0xdd, 0x7d,
-        0x63, 0x8d, 0x74, 0x60, 0x34, 0x13, 0x09, 0x68 
+        0x63, 0x8d, 0x74, 0x60, 0x34, 0x13, 0x09, 0x68
     };
     {
         SCOPED_TRACE("Sign test for continued response in TCP stream");
@@ -455,7 +455,7 @@ TEST_F(TSIGTest, badtimeResponse) {
     const uint8_t expected_otherdata[] = { 0, 0, 0x4d, 0xa8, 0xbe, 0x86 };
     const uint8_t expected_mac[] = {
         0xd4, 0xb0, 0x43, 0xf6, 0xf4, 0x44, 0x95, 0xec,
-        0x8a, 0x01, 0x26, 0x0e, 0x39, 0x15, 0x9d, 0x76 
+        0x8a, 0x01, 0x26, 0x0e, 0x39, 0x15, 0x9d, 0x76
     };
     {
         SCOPED_TRACE("Sign test for response with BADTIME");




More information about the bind10-changes mailing list