2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-17 14:26:31 +00:00

[#1173] Addressed comments

This commit is contained in:
Francis Dupont
2020-05-06 21:40:08 +02:00
committed by Razvan Becheriu
parent 99ad85b77b
commit c8b21c81a6
14 changed files with 84 additions and 44 deletions

View File

@@ -203,7 +203,7 @@ TEST_F(DHCPQueueControlParserTest, multiThreading) {
MultiThreadingMgr::instance().setMode(false);
} catch (const std::exception& ex) {
MultiThreadingMgr::instance().setMode(false);
ADD_FAILURE() << "parser threw an exception: " << ex.what();
FAIL() << "parser threw an exception: " << ex.what();
}
ASSERT_TRUE(queue_control);
ASSERT_TRUE(queue_control->get("enable-queue"));