]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3752] Added a TODO for malformed config
authorFrancis Dupont <fdupont@isc.org>
Wed, 8 Jul 2015 21:11:00 +0000 (23:11 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 8 Jul 2015 21:11:00 +0000 (23:11 +0200)
src/lib/dhcpsrv/tests/logging_unittest.cc

index 66c0a5e71e05e54467fec94acacfde399b748dd9..40fb96d0c8de1664acff249dcea40cd66bcb4da3 100644 (file)
@@ -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