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
ddf2a902
Commit
ddf2a902
authored
Nov 30, 2015
by
Tomek Mrugalski
🛰
Browse files
[master] Compilation fix for several platforms
parent
3a4b1c7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc
View file @
ddf2a902
...
...
@@ -240,7 +240,7 @@ void GenericHostDataSourceTest::compareHosts(const ConstHostPtr& host1,
// Now check that the identifiers returned as vectors are the same
EXPECT_EQ
(
host1
->
getIdentifierType
(),
host2
->
getIdentifierType
());
EXPECT_E
Q
(
host1
->
getIdentifier
()
,
host2
->
getIdentifier
());
EXPECT_
TRU
E
(
host1
->
getIdentifier
()
==
host2
->
getIdentifier
());
// Check host parameters
EXPECT_EQ
(
host1
->
getIPv4SubnetID
(),
host2
->
getIPv4SubnetID
());
...
...
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