BIND 10 trac2387, updated. 0e61367a4241444a7465b25ee461adb7e829acc2 [2387] style: fixed a long line

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Apr 8 15:24:39 UTC 2013


The branch, trac2387 has been updated
       via  0e61367a4241444a7465b25ee461adb7e829acc2 (commit)
      from  785ade580637cc0d78139edbda05ed13e1675dea (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 0e61367a4241444a7465b25ee461adb7e829acc2
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Apr 8 08:24:16 2013 -0700

    [2387] style: fixed a long line

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

Summary of changes:
 src/lib/dns/tests/rdata_nsec3_unittest.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_nsec3_unittest.cc b/src/lib/dns/tests/rdata_nsec3_unittest.cc
index 347e395..1f35713 100644
--- a/src/lib/dns/tests/rdata_nsec3_unittest.cc
+++ b/src/lib/dns/tests/rdata_nsec3_unittest.cc
@@ -102,8 +102,8 @@ TEST_F(Rdata_NSEC3_Test, fromText) {
     EXPECT_NO_THROW(const generic::NSEC3 rdata_nosalt_nsec3(nsec3_nosalt_txt));
 
     // Bad type mnemonics
-    checkFromText_InvalidText("1 1 1 D399EAAB H9RSFB7FPF2L8HG35CMPC765TDK23RP6 "
-                              "BIFF POW SPOON");
+    checkFromText_InvalidText("1 1 1 D399EAAB H9RSFB7FPF2L8HG35CMPC765TDK23RP6"
+                              " BIFF POW SPOON");
 
     // Bad base32hex
     checkFromText_BadValue("1 1 1 D399EAAB "



More information about the bind10-changes mailing list