BIND 10 trac1140, updated. 146934075349f94ee27f23bf9ff01711b94e369e [trac1140] fix copyright and style

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Oct 11 07:25:03 UTC 2011


The branch, trac1140 has been updated
       via  146934075349f94ee27f23bf9ff01711b94e369e (commit)
      from  5d1dc735923493b057014df7fefa8c8d7b04349e (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 146934075349f94ee27f23bf9ff01711b94e369e
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date:   Tue Oct 11 15:24:28 2011 +0800

    [trac1140] fix copyright and style

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

Summary of changes:
 src/lib/dns/tests/rdata_txt_like_unittest.cc |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_txt_like_unittest.cc b/src/lib/dns/tests/rdata_txt_like_unittest.cc
index d7a455d..4d913c4 100644
--- a/src/lib/dns/tests/rdata_txt_like_unittest.cc
+++ b/src/lib/dns/tests/rdata_txt_like_unittest.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011  Internet Systems Consortium, Inc. ("ISC")
 //
 // Permission to use, copy, modify, and/or distribute this software for any
 // purpose with or without fee is hereby granted, provided that the above
@@ -86,11 +86,11 @@ TYPED_TEST(Rdata_TXT_LIKE_Test, createFromText) {
     EXPECT_PRED_FORMAT4(UnitTestUtil::matchWireData,
                         this->obuffer.getData(),
                         this->obuffer.getLength(),
-                        wiredata_nulltxt, sizeof (wiredata_nulltxt));
+                        wiredata_nulltxt, sizeof(wiredata_nulltxt));
 
     // Longest possible character-string.
     this->obuffer.clear();
-    TypeParam(string(255, 'a')).  toWire(this->obuffer);
+    TypeParam(string(255, 'a')).toWire(this->obuffer);
     EXPECT_PRED_FORMAT4(UnitTestUtil::matchWireData,
                         this->obuffer.getData(),
                         this->obuffer.getLength(),
@@ -224,11 +224,11 @@ TYPED_TEST(Rdata_TXT_LIKE_Test, assignment) {
 }
 
 TYPED_TEST(Rdata_TXT_LIKE_Test, compare) {
-    string const txt1 ("aaaaaaaa");
-    string const txt2 ("aaaaaaaaaa");
-    string const txt3 ("bbbbbbbb");
-    string const txt4 (129, 'a');
-    string const txt5 (128, 'b');
+    string const txt1("aaaaaaaa");
+    string const txt2("aaaaaaaaaa");
+    string const txt3("bbbbbbbb");
+    string const txt4(129, 'a');
+    string const txt5(128, 'b');
 
     EXPECT_EQ(TypeParam(txt1).compare(TypeParam(txt1)), 0);
 




More information about the bind10-changes mailing list