BIND 10 trac2209, updated. 6ead8f2bc21f09b34f842dda074d121a9f511ed5 [2209] style: combine two short lines

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 25 23:50:42 UTC 2012


The branch, trac2209 has been updated
       via  6ead8f2bc21f09b34f842dda074d121a9f511ed5 (commit)
      from  bd8b562bcf016c70f229ba1cb7fa084035eff9e0 (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 6ead8f2bc21f09b34f842dda074d121a9f511ed5
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Oct 25 16:50:20 2012 -0700

    [2209] style: combine two short lines

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

Summary of changes:
 src/lib/datasrc/tests/client_list_unittest.cc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/client_list_unittest.cc b/src/lib/datasrc/tests/client_list_unittest.cc
index 6b21db5..4647f2b 100644
--- a/src/lib/datasrc/tests/client_list_unittest.cc
+++ b/src/lib/datasrc/tests/client_list_unittest.cc
@@ -1035,8 +1035,7 @@ TYPED_TEST(ReloadTest, reloadMasterFile) {
     f << "nosuchdomain.\t\t3600\tIN\tTXT\ttest" << std::endl;
     f.close();
     // Do the reload.
-    EXPECT_EQ(ConfigurableClientList::ZONE_RELOADED,
-              this->doReload(Name(".")));
+    EXPECT_EQ(ConfigurableClientList::ZONE_RELOADED, this->doReload(Name(".")));
     // It is here now.
     EXPECT_EQ(ZoneFinder::SUCCESS,
               this->list_->find(Name(".")).finder_->find(Name("nosuchdomain"),



More information about the bind10-changes mailing list