From: Razvan Becheriu Date: Tue, 17 Nov 2020 14:10:12 +0000 (+0200) Subject: [#1405] addressed comments X-Git-Tag: Kea-1.9.2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e98a4b9a3168720fe993b0141dcbef82e30c482;p=thirdparty%2Fkea.git [#1405] addressed comments --- diff --git a/src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc b/src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc index 445e5519b8..6ffd1d54ec 100644 --- a/src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc +++ b/src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc @@ -2904,7 +2904,7 @@ TEST_F(AllocEngine4Test, findReservation) { ASSERT_NO_THROW(engine.findReservation(ctx)); EXPECT_FALSE(ctx.currentHost()); - // Check the out of the pool reservation mode. + // Check the reservations-in-subnet and reservations-out-of-pool flags. subnet_->setReservationsInSubnet(true); subnet_->setReservationsOutOfPool(true); ASSERT_NO_THROW(engine.findReservation(ctx));