BIND 10 trac2850_2, updated. 14a35130eaf81efdc8483fdfb1b8eabbc97653be [2850] Remove obsolete comment (isWritable() no longer throws)
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 9 08:52:53 UTC 2013
The branch, trac2850_2 has been updated
via 14a35130eaf81efdc8483fdfb1b8eabbc97653be (commit)
from cea0d1058d5b96e616ce8f71afd0b45a1f81b103 (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 14a35130eaf81efdc8483fdfb1b8eabbc97653be
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu May 9 14:22:27 2013 +0530
[2850] Remove obsolete comment (isWritable() no longer throws)
-----------------------------------------------------------------------
Summary of changes:
.../memory/zone_table_segment_mapped_unittest.cc | 1 -
1 file changed, 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory/zone_table_segment_mapped_unittest.cc b/src/lib/datasrc/tests/memory/zone_table_segment_mapped_unittest.cc
index 762067c..47b122d 100644
--- a/src/lib/datasrc/tests/memory/zone_table_segment_mapped_unittest.cc
+++ b/src/lib/datasrc/tests/memory/zone_table_segment_mapped_unittest.cc
@@ -256,7 +256,6 @@ TEST_F(ZoneTableSegmentMappedTest, reset) {
// READ_WRITE mode must create the mapped file if it doesn't exist
// (and must not result in an exception).
ztable_segment_->reset(ZoneTableSegment::READ_WRITE, config_params_);
- // This must not throw now.
EXPECT_TRUE(ztable_segment_->isWritable());
// The following method calls should no longer throw:
More information about the bind10-changes
mailing list