Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
689bd411
Commit
689bd411
authored
Dec 13, 2013
by
Tomek Mrugalski
🛰
Browse files
[3210] Redundant statements in Dhcpv4SrvTest.requestEchoClientId removed
parent
8f96d784
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
View file @
689bd411
...
...
@@ -870,7 +870,6 @@ TEST_F(Dhcpv4SrvTest, requestEchoClientId) {
// Check if we get response at all
checkResponse
(
ack
,
DHCPACK
,
1234
);
checkClientId
(
ack
,
clientid
);
EXPECT_TRUE
(
ack
->
getOption
(
DHO_DHCP_CLIENT_IDENTIFIER
));
CfgMgr
::
instance
().
echoClientId
(
false
);
ack
=
srv
.
processDiscover
(
dis
);
...
...
@@ -878,7 +877,6 @@ TEST_F(Dhcpv4SrvTest, requestEchoClientId) {
// Check if we get response at all
checkResponse
(
ack
,
DHCPOFFER
,
1234
);
checkClientId
(
ack
,
clientid
);
EXPECT_FALSE
(
ack
->
getOption
(
DHO_DHCP_CLIENT_IDENTIFIER
));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment