Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
4e92be86
Commit
4e92be86
authored
Aug 26, 2013
by
Tomek Mrugalski
🛰
Browse files
[master] dhcp4_srv compilation fix for some systems (after #2983 merge)
parent
8ab644fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
View file @
4e92be86
...
...
@@ -2763,7 +2763,7 @@ TEST_F(HooksDhcpv4SrvTest, lease4RenewSimple) {
// Check that hwaddr parameter is passed properly
ASSERT_TRUE
(
callback_hwaddr_
);
EXPECT_E
Q
(
*
callback_hwaddr_
,
*
req
->
getHWAddr
());
EXPECT_
TRU
E
(
*
callback_hwaddr_
==
*
req
->
getHWAddr
());
// Check that the subnet is passed properly
ASSERT_TRUE
(
callback_subnet4_
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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