]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2292] Add a TODO about re-adding tests
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 10 Oct 2012 09:58:17 +0000 (11:58 +0200)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 11 Oct 2012 17:04:36 +0000 (10:04 -0700)
Planned for merge #2268

src/lib/datasrc/tests/memory/memory_client_unittest.cc

index 6d3f05505c5863ea9612d25ba7105d428c685a30..004f663c568593838397ed65871888e318c16a0b 100644 (file)
@@ -682,4 +682,16 @@ TEST_F(MemoryClientTest, getJournalReaderNotImplemented) {
     EXPECT_THROW(client_->getJournalReader(Name("."), 0, 0),
                  isc::NotImplemented);
 }
+
+// TODO (upon merge of #2268): Re-add (and modify not to need
+// InMemoryClient::add) the tests removed in
+// 7a628baa1a158b5837d6f383e10b30542d2ac59b. Maybe some of them
+// are really not needed.
+//
+// * MemoryClientTest::loadRRSIGsRdataMixedCoveredTypes
+// * MemoryClientTest::addRRsetToNonExistentZoneThrows
+// * MemoryClientTest::addOutOfZoneThrows
+// * MemoryClientTest::addNullRRsetThrows
+// * MemoryClientTest::addEmptyRRsetThrows
+// * MemoryClientTest::add
 }