Browse Source

[3752] Added a TODO for malformed config

Francis Dupont 9 years ago
parent
commit
c39865c346
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/dhcpsrv/tests/logging_unittest.cc

+ 2 - 0
src/lib/dhcpsrv/tests/logging_unittest.cc

@@ -252,6 +252,8 @@ TEST_F(LoggingTest, multipleLoggingDestinations) {
     EXPECT_TRUE(storage->getLoggingInfo()[0].destinations_[1].flush_);
 }
 
+/// @todo Add tests for malformed logging configuration
+
 /// @todo There is no easy way to test applyConfiguration() and defaultLogging().
 /// To test them, it would require instrumenting log4cplus to actually fake
 /// the logging set up. Alternatively, we could develop set of test suites