]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2850] Remove obsolete comment (isWritable() no longer throws)
authorMukund Sivaraman <muks@isc.org>
Thu, 9 May 2013 08:52:27 +0000 (14:22 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 9 May 2013 08:52:27 +0000 (14:22 +0530)
src/lib/datasrc/tests/memory/zone_table_segment_mapped_unittest.cc

index 762067c214dd61471f03f1955720dc691efb816e..47b122d9323f4886f94f406f81c7037591d9a908 100644 (file)
@@ -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: