BIND 10 trac2207, updated. bef1229c90595e4aa4a6c483fc99f7cac768a1b3 [2207] style fix: folded a long line.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 19 20:38:32 UTC 2012
The branch, trac2207 has been updated
via bef1229c90595e4aa4a6c483fc99f7cac768a1b3 (commit)
from 21170f738cf943a5750c26eb8b418972a673a27f (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 bef1229c90595e4aa4a6c483fc99f7cac768a1b3
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 13:38:02 2012 -0700
[2207] style fix: folded a long line.
-----------------------------------------------------------------------
Summary of changes:
.../datasrc/tests/memory/zone_writer_unittest.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory/zone_writer_unittest.cc b/src/lib/datasrc/tests/memory/zone_writer_unittest.cc
index e5ff498..52f8d24 100644
--- a/src/lib/datasrc/tests/memory/zone_writer_unittest.cc
+++ b/src/lib/datasrc/tests/memory/zone_writer_unittest.cc
@@ -218,8 +218,8 @@ TEST_F(ZoneWriterLocalTest, retry) {
ZoneTable* const table(segment_->getHeader().getTable());
const ZoneTable::FindResult found(table->findZone(Name("example.org")));
ASSERT_EQ(isc::datasrc::result::SUCCESS, found.code);
- // For some reason it doesn't seem to work by the ZoneNode typedef, using the
- // full definition instead.
+ // For some reason it doesn't seem to work by the ZoneNode typedef, using
+ // the full definition instead.
const isc::datasrc::memory::DomainTreeNode<RdataSet>* node;
EXPECT_EQ(isc::datasrc::memory::DomainTree<RdataSet>::EXACTMATCH,
found.zone_data->getZoneTree().
More information about the bind10-changes
mailing list