BIND 10 trac1791, updated. 99adadb0496046011060ec22e6834dfede9f1ce3 [1791] comment update.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Apr 9 23:31:29 UTC 2012
The branch, trac1791 has been updated
via 99adadb0496046011060ec22e6834dfede9f1ce3 (commit)
from e267a6928ace0651795f188f43a6a5a85c479d44 (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 99adadb0496046011060ec22e6834dfede9f1ce3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Apr 9 16:30:42 2012 -0700
[1791] comment update.
the revised comment didn't make sense in the generalized context of
test_client. the updated comment clarifies that.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/test_client.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/test_client.cc b/src/lib/datasrc/tests/test_client.cc
index 54a14d6..774ad50 100644
--- a/src/lib/datasrc/tests/test_client.cc
+++ b/src/lib/datasrc/tests/test_client.cc
@@ -65,8 +65,8 @@ createSQLite3Client(RRClass zclass, const Name& zname,
const char* const db_file, istream& rr_stream)
{
// We always begin with an empty template SQLite3 DB file and install
- // the zone data from the zone file to ensure both cases have the
- // same test data.
+ // the zone data from the zone file to ensure that the data source contains
+ // the exact given data, and only that data.
const char* const install_cmd_prefix = INSTALL_PROG " " TEST_DATA_DIR
"/rwtest.sqlite3 ";
const string install_cmd = string(install_cmd_prefix) + db_file;
More information about the bind10-changes
mailing list