From: Marcin Siodelski Date: Sun, 4 Oct 2020 18:45:50 +0000 (+0200) Subject: [#1428] Fixed comment in a new test X-Git-Tag: Kea-1.9.1~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d346cdc2500afdfc292e87cdb3e0036e876898b8;p=thirdparty%2Fkea.git [#1428] Fixed comment in a new test As a result of review. --- diff --git a/src/lib/dhcpsrv/tests/cfg_hosts_unittest.cc b/src/lib/dhcpsrv/tests/cfg_hosts_unittest.cc index 37abff62f6..e43fb75264 100644 --- a/src/lib/dhcpsrv/tests/cfg_hosts_unittest.cc +++ b/src/lib/dhcpsrv/tests/cfg_hosts_unittest.cc @@ -1035,7 +1035,7 @@ TEST_F(CfgHostsTest, allowAddress6AlreadyReserved) { // the same IPv6 delegated prefix. TEST_F(CfgHostsTest, allowPrefix6AlreadyReserved) { CfgHosts cfg; - // Allow creating multiple reservations for the same IP address. + // Allow creating multiple reservations for the same delegated prefix. ASSERT_TRUE(cfg.setIPReservationsUnique(false)); // First host has a reservation for address 3000::/64.