]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1349] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Wed, 29 Jul 2020 18:20:04 +0000 (21:20 +0300)
committerRazvan Becheriu <razvan@isc.org>
Mon, 3 Aug 2020 11:40:20 +0000 (11:40 +0000)
src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc

index 786a795d70ea332f7f830a53a9546124df81cf76..251ed5bed71775d643cf65f542f181e0d3765dd9 100644 (file)
@@ -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"