From: Razvan Becheriu Date: Thu, 19 Nov 2020 14:16:03 +0000 (+0200) Subject: [#1550] addressed comments X-Git-Tag: Kea-1.9.2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef412492c28a63839d02655e93bb86ffde7969ee;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 11d99f23a5..230aa1d647 100644 --- a/src/bin/dhcp4/tests/dora_unittest.cc +++ b/src/bin/dhcp4/tests/dora_unittest.cc @@ -1863,7 +1863,7 @@ TEST_F(DORATest, reservationIgnoredInDisabledMode) { } // This test verifies that in pool reservations are ignored when the -// reservations-out-of-pool is set to true. +// reservations-out-of-pool flag is set to true. TEST_F(DORATest, reservationModeOutOfPool) { // 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 dc16d3bffe..246bb710cd 100644 --- a/src/bin/dhcp6/tests/sarr_unittest.cc +++ b/src/bin/dhcp6/tests/sarr_unittest.cc @@ -659,7 +659,7 @@ TEST_F(SARRTest, pkt6ReceiveDropStat3) { } // This test verifies that in pool reservations are ignored when the -// reservations-out-of-pool is set to true. +// reservations-out-of-pool flag is set to true. TEST_F(SARRTest, reservationModeOutOfPool) { // Create the first client for which we have a reservation out of the // dynamic pool.