@@ -811,9 +811,10 @@ TEST_F(CtrlChannelDhcpv4SrvTest, configSet) {
811
811
// Verify the control channel socket no longer exists.
812
812
EXPECT_FALSE (fileExists (socket_path_));
813
813
814
- // With no command channel, should still receive the response. The config contains random
815
- // socket name (/tmp/kea-<value-changing-each-time>/kea4.sock), so the
816
- // hash will be different each time. As such, we can do simplified checks:
814
+ // With no command channel, should still receive the response.
815
+ // The config contains random socket name
816
+ // (/tmp/kea-<value-changing-each-time>/kea4.sock), so the hash will
817
+ // be different each time. As such, we can do simplified checks:
817
818
// - verify the "result": 0 is there
818
819
// - verify the "text": "Configuration successful." is there
819
820
EXPECT_NE (response.find (" \" result\" : 0" ), std::string::npos);
@@ -868,7 +869,7 @@ TEST_F(CtrlChannelDhcpv4SrvTest, configHashGet) {
868
869
int status;
869
870
ConstElementPtr args = parseAnswer (status, rsp);
870
871
EXPECT_EQ (CONTROL_RESULT_SUCCESS, status);
871
- // the parseAnswer is trying to be smart with ignoring hash.
872
+ // The parseAnswer is trying to be smart with ignoring hash.
872
873
// But this time we really want to see the hash, so we'll retrieve
873
874
// the arguments manually.
874
875
args = rsp->get (CONTROL_ARGUMENTS);
0 commit comments