BIND 10 trac2522, updated. a2b82fc102f6a4f987bf9ba59b05a336dfde8ac4 [2522] style fix: folded long lines

BIND 10 source code commits bind10-changes at lists.isc.org
Sat May 18 01:23:23 UTC 2013


The branch, trac2522 has been updated
       via  a2b82fc102f6a4f987bf9ba59b05a336dfde8ac4 (commit)
      from  0b2800af6eedeba3b71108765fd4e04195c0a4ad (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 a2b82fc102f6a4f987bf9ba59b05a336dfde8ac4
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri May 17 18:23:04 2013 -0700

    [2522] style fix: folded long lines

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_sshfp_unittest.cc b/src/lib/dns/tests/rdata_sshfp_unittest.cc
index d67c9f8..0117d7d 100644
--- a/src/lib/dns/tests/rdata_sshfp_unittest.cc
+++ b/src/lib/dns/tests/rdata_sshfp_unittest.cc
@@ -132,8 +132,10 @@ TEST_F(Rdata_SSHFP_Test, badText) {
     checkFromText_BadString(sshfp_txt + " extra text");
 
     // yes, these are redundant to the last test cases in algorithmTypes
-    checkFromText_InvalidText("2345 1 123456789abcdef67890123456789abcdef67890");
-    checkFromText_InvalidText("2 1234 123456789abcdef67890123456789abcdef67890");
+    checkFromText_InvalidText(
+        "2345 1 123456789abcdef67890123456789abcdef67890");
+    checkFromText_InvalidText(
+        "2 1234 123456789abcdef67890123456789abcdef67890");
 
     // negative values are trapped in the lexer rather than the constructor
     checkFromText_LexerError("-2 1 123456789abcdef67890123456789abcdef67890");
@@ -195,7 +197,8 @@ TEST_F(Rdata_SSHFP_Test, createFromWire) {
 }
 
 TEST_F(Rdata_SSHFP_Test, createFromParams) {
-    const generic::SSHFP rdata_sshfp2(2, 1, "123456789abcdef67890123456789abcdef67890");
+    const generic::SSHFP rdata_sshfp2(
+        2, 1, "123456789abcdef67890123456789abcdef67890");
     EXPECT_EQ(0, rdata_sshfp2.compare(rdata_sshfp));
 }
 



More information about the bind10-changes mailing list