BIND 10 trac2138, updated. 5ac245450d8003d4d625d5a85842bc502e215b55 [2138] removed unnecessary class StatisticsIntervalConfigTest from config_unittest.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 23 10:41:07 UTC 2012
The branch, trac2138 has been updated
via 5ac245450d8003d4d625d5a85842bc502e215b55 (commit)
from a8f8eafe5ed789692b1fbcda3172a7b508b50daa (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 5ac245450d8003d4d625d5a85842bc502e215b55
Author: Kazunori Fujiwara <fujiwara at wide.ad.jp>
Date: Thu Aug 23 19:39:37 2012 +0900
[2138] removed unnecessary class StatisticsIntervalConfigTest
from config_unittest.cc
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/tests/config_unittest.cc | 11 -----------
.../system/bindctl/nsx1/b10-config.db.template.in | 2 +-
2 files changed, 1 insertion(+), 12 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/config_unittest.cc b/src/bin/auth/tests/config_unittest.cc
index 9a0fb59..73ab353 100644
--- a/src/bin/auth/tests/config_unittest.cc
+++ b/src/bin/auth/tests/config_unittest.cc
@@ -143,15 +143,4 @@ TEST_F(AuthConfigTest, listenAddressConfig) {
EXPECT_EQ(DNSService::SERVER_SYNC_OK, dnss_.getUDPFdParams().at(1).options);
}
-class StatisticsIntervalConfigTest : public AuthConfigTest {
-protected:
- StatisticsIntervalConfigTest() :
- parser(createAuthConfigParser(server, "statistics-interval"))
- {}
- ~StatisticsIntervalConfigTest() {
- delete parser;
- }
- AuthConfigParser* parser;
-};
-
}
diff --git a/tests/system/bindctl/nsx1/b10-config.db.template.in b/tests/system/bindctl/nsx1/b10-config.db.template.in
index 47d8d4f..818b65a 100644
--- a/tests/system/bindctl/nsx1/b10-config.db.template.in
+++ b/tests/system/bindctl/nsx1/b10-config.db.template.in
@@ -1,7 +1,7 @@
{"version": 2,
"Auth": {
"listen_on": [{"address": "10.53.0.1", "port": 53210}],
- "database_file": "@abs_builddir@/zone.sqlite3",
+ "database_file": "@abs_builddir@/zone.sqlite3"
},
"data_sources": {
"classes": {
More information about the bind10-changes
mailing list