BIND 10 master, updated. 76ee30d738794d244518b6e11a05d44a7a725f1d Remove unused function

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jul 24 13:20:59 UTC 2012


The branch, master has been updated
       via  76ee30d738794d244518b6e11a05d44a7a725f1d (commit)
      from  f9e512d246f51641cd9089694926edbd3be14fe8 (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 76ee30d738794d244518b6e11a05d44a7a725f1d
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Jul 24 15:13:41 2012 +0200

    Remove unused function

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

Summary of changes:
 src/bin/auth/tests/auth_srv_unittest.cc |   15 ---------------
 1 file changed, 15 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/auth_srv_unittest.cc b/src/bin/auth/tests/auth_srv_unittest.cc
index 1324a4f..981d291 100644
--- a/src/bin/auth/tests/auth_srv_unittest.cc
+++ b/src/bin/auth/tests/auth_srv_unittest.cc
@@ -726,21 +726,6 @@ TEST_F(AuthSrvTest, notifyWithSessionMessageError) {
 }
 
 void
-updateConfig(AuthSrv* server, const char* const config_data,
-             const bool expect_success)
-{
-    ConstElementPtr config_answer =
-        server->updateConfig(Element::fromJSON(config_data));
-    EXPECT_EQ(Element::map, config_answer->getType());
-    EXPECT_TRUE(config_answer->contains("result"));
-
-    ConstElementPtr result = config_answer->get("result");
-    EXPECT_EQ(Element::list, result->getType());
-    EXPECT_EQ(expect_success ? 0 : 1, result->get(0)->intValue()) <<
-        "Bad result from updateConfig: " << result->str();
-}
-
-void
 updateDatabase(AuthSrv* server, const char* params) {
     const ConstElementPtr config(Element::fromJSON("{"
         "\"IN\": [{"



More information about the bind10-changes mailing list