]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1405] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Tue, 17 Nov 2020 14:10:12 +0000 (16:10 +0200)
committerRazvan Becheriu <razvan@isc.org>
Wed, 18 Nov 2020 13:55:24 +0000 (15:55 +0200)
src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc

index 445e5519b8173076262233b275f34c645c15057f..6ffd1d54ec775c8988d38d04611ae85f3dd8acb5 100644 (file)
@@ -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));