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:
committed by
Razvan Becheriu
parent
99ad85b77b
commit
c8b21c81a6
@@ -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"));
|
||||
|
Reference in New Issue
Block a user