From: Razvan Becheriu Date: Thu, 19 Nov 2020 14:05:39 +0000 (+0200) Subject: [#1550] addressed comments X-Git-Tag: Kea-1.9.2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea6adc5d3aaaf920b8eb60dde65dd7447099c6b;p=thirdparty%2Fkea.git [#1550] addressed comments --- diff --git a/src/bin/dhcp4/tests/dora_unittest.cc b/src/bin/dhcp4/tests/dora_unittest.cc index 4688e6e011..11d99f23a5 100644 --- a/src/bin/dhcp4/tests/dora_unittest.cc +++ b/src/bin/dhcp4/tests/dora_unittest.cc @@ -1902,7 +1902,8 @@ TEST_F(DORATest, reservationModeOutOfPool) { } // This test verifies that the in-pool reservation can be assigned to a client -// not owning this reservation when the reservations-out-of-pool flag is enabled. +// not owning this reservation when the reservations-out-of-pool flag is set to +// true. TEST_F(DORATest, reservationIgnoredInOutOfPoolMode) { // Create the first client for which we have a reservation out of the // dynamic pool. diff --git a/src/bin/dhcp6/tests/sarr_unittest.cc b/src/bin/dhcp6/tests/sarr_unittest.cc index 6de2e142f3..dc16d3bffe 100644 --- a/src/bin/dhcp6/tests/sarr_unittest.cc +++ b/src/bin/dhcp6/tests/sarr_unittest.cc @@ -695,7 +695,8 @@ TEST_F(SARRTest, reservationModeOutOfPool) { } // This test verifies that the in-pool reservation can be assigned to a client -// not owning this reservation when the reservations-out-of-pool flag is enabled. +// not owning this reservation when the reservations-out-of-pool flag is set to +// true. TEST_F(SARRTest, reservationIgnoredInOutOfPoolMode) { // Create the first client for which we have a reservation out of the // dynamic pool.