Parcourir la source

[2292] Add a TODO about re-adding tests

Planned for merge #2268
Michal 'vorner' Vaner il y a 12 ans
Parent
commit
c6391ad769
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12 0
      src/lib/datasrc/tests/memory/memory_client_unittest.cc

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

@@ -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
 }