BIND 10 trac1384, updated. c2213ce7281be2aed47023a6f052bbec868a6028 [1384] rename test for consistency
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 14 14:01:02 UTC 2011
The branch, trac1384 has been updated
via c2213ce7281be2aed47023a6f052bbec868a6028 (commit)
from 5e2238494ec665b558a6bf3b6a2c7351c1e022ba (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 c2213ce7281be2aed47023a6f052bbec868a6028
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Nov 14 15:00:52 2011 +0100
[1384] rename test for consistency
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/database_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/database_unittest.cc b/src/lib/datasrc/tests/database_unittest.cc
index 4479fdb..8f4dfd1 100644
--- a/src/lib/datasrc/tests/database_unittest.cc
+++ b/src/lib/datasrc/tests/database_unittest.cc
@@ -1246,7 +1246,7 @@ TEST_F(MockDatabaseClientTest, ttldiff) {
// Unless we ask for individual RRs in our iterator request. In that case
// every RR should go into its own 'rrset'
-TEST_F(MockDatabaseClientTest, ttldiff_separate_rrsets) {
+TEST_F(MockDatabaseClientTest, ttldiff_separate_rrs) {
ZoneIteratorPtr it(this->client_->getIterator(Name("example.org"), true));
// Walk through the full iterator, we should see 1 rrset with name
More information about the bind10-changes
mailing list