From: Razvan Becheriu Date: Wed, 29 Jul 2020 18:20:04 +0000 (+0300) Subject: [#1349] addressed comments X-Git-Tag: Kea-1.8.0~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d415a840574464cdcd883beba965cc5f5f6aae9;p=thirdparty%2Fkea.git [#1349] addressed comments --- diff --git a/src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc b/src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc index 786a795d70..251ed5bed7 100644 --- a/src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc +++ b/src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc @@ -4695,7 +4695,8 @@ TEST_F(LeaseCmdsTest, Lease6BulkApplyAddsOnlyBadParam) { // Check that the lease manager pointer is there. ASSERT_TRUE(lmptr_); - // Now send the command. + // Now send the command. The command uses an invalid state declined (1) for + // PD prefix. string cmd = "{\n" " \"command\": \"lease6-bulk-apply\",\n" @@ -4773,7 +4774,8 @@ TEST_F(LeaseCmdsTest, Lease6BulkApplyUpdatesOnlyBadParam) { l->prefixlen_ = 56; lmptr_->addLease(l); - // Now send the command. + // Now send the command. The command uses an invalid state declined (1) for + // PD prefix. string cmd = "{\n" " \"command\": \"lease6-bulk-apply\",\n"