BIND 10 trac2906, updated. 1a7685ff5054b4a51178ae24064d8cf41e817ced [2906] a bit more comment about test setup
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 1 03:37:57 UTC 2013
The branch, trac2906 has been updated
via 1a7685ff5054b4a51178ae24064d8cf41e817ced (commit)
from d3896075acb7d3b5dcfd8441d9ec9c40f3c44f4b (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 1a7685ff5054b4a51178ae24064d8cf41e817ced
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Apr 30 20:37:47 2013 -0700
[2906] a bit more comment about test setup
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/tests/zone_table_accessor_unittest.cc | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/zone_table_accessor_unittest.cc b/src/lib/datasrc/tests/zone_table_accessor_unittest.cc
index b64a061..ace376f 100644
--- a/src/lib/datasrc/tests/zone_table_accessor_unittest.cc
+++ b/src/lib/datasrc/tests/zone_table_accessor_unittest.cc
@@ -40,6 +40,8 @@ namespace {
class ZoneTableAccessorTest : public ::testing::Test {
protected:
ZoneTableAccessorTest() :
+ // The paths of the zone files are dummy and wouldn't even exist,
+ // but it doesn't matter in this test.
config_spec_(Element::fromJSON(
"{\"cache-enable\": true,"
" \"params\": "
More information about the bind10-changes
mailing list