]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1550] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Thu, 19 Nov 2020 14:05:39 +0000 (16:05 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 19 Nov 2020 14:05:39 +0000 (16:05 +0200)
src/bin/dhcp4/tests/dora_unittest.cc
src/bin/dhcp6/tests/sarr_unittest.cc

index 4688e6e011f7da02eb83dcefa7e1118d65941321..11d99f23a516eaeb60de65e8a64a6c6824e2e107 100644 (file)
@@ -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.
index 6de2e142f345516968c7c1f29cfcec6b608665ad..dc16d3bffebb8050af171d8cc77c28195c54695c 100644 (file)
@@ -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.