Browse Source

[2268] Remove obsolete comment (the bug was fixed)

Mukund Sivaraman 12 years ago
parent
commit
0e1a1b2ee0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/datasrc/tests/memory/memory_client_unittest.cc

+ 0 - 1
src/lib/datasrc/tests/memory/memory_client_unittest.cc

@@ -662,7 +662,6 @@ TEST_F(MemoryClientTest, loadRRSIGs) {
 }
 
 TEST_F(MemoryClientTest, loadRRSIGsRdataMixedCoveredTypes) {
-    // FIXME: This should throw, but it doesn't now.
     EXPECT_THROW(
         client_->load(Name("example.org"),
                       *MockIteratorRRSIGMixedCovered::makeIterator(zclass_)),