]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1349] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Wed, 29 Jul 2020 17:43:29 +0000 (20:43 +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 e321d8b786e0b230a397e540ff4c6f692bc82b14..786a795d70ea332f7f830a53a9546124df81cf76 100644 (file)
@@ -1282,7 +1282,7 @@ TEST_F(LeaseCmdsTest, Lease6AddBadParams) {
         "2001:db8:1::1";
     testCommand(txt, CONTROL_RESULT_ERROR, exp_rsp);
 
-    // Invalid declined state for PD prefix.
+    // Invalid declined state (1) for PD prefix.
     txt =
         "{\n"
         "    \"command\": \"lease6-add\",\n"
@@ -3676,7 +3676,7 @@ TEST_F(LeaseCmdsTest, Lease6UpdateBadParams) {
         "'{ \"comment\": \"in user context\" }'";
     testCommand(txt, CONTROL_RESULT_ERROR, exp_rsp);
 
-    // Invalid declined state for PD prefix.
+    // Invalid declined state (1) for PD prefix.
     txt =
         "{\n"
         "    \"command\": \"lease6-update\",\n"