BIND 10 trac2377, updated. e6d402802cf16fb0d3c183ea32658e4e7b6e278b [2377] hide test definitions in an unnamed namespace.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Dec 7 04:23:58 UTC 2012


The branch, trac2377 has been updated
       via  e6d402802cf16fb0d3c183ea32658e4e7b6e278b (commit)
      from  44f835de6b8c19c7b6ffe755d956d24da061559e (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 e6d402802cf16fb0d3c183ea32658e4e7b6e278b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Dec 6 20:23:44 2012 -0800

    [2377] hide test definitions in an unnamed namespace.

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/master_loader_unittest.cc b/src/lib/dns/tests/master_loader_unittest.cc
index 0264d48..536836c 100644
--- a/src/lib/dns/tests/master_loader_unittest.cc
+++ b/src/lib/dns/tests/master_loader_unittest.cc
@@ -35,6 +35,7 @@ using std::list;
 using std::ofstream;
 using std::endl;
 
+namespace {
 class MasterLoaderTest : public ::testing::Test {
 public:
     MasterLoaderTest() :
@@ -243,3 +244,4 @@ TEST_F(MasterLoaderTest, loadTwice) {
     loader_->load();
     EXPECT_THROW(loader_->load(), isc::InvalidOperation);
 }
+}



More information about the bind10-changes mailing list