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
ISC Open Source Projects
Kea
Commits
cc2d13ea
Commit
cc2d13ea
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: explicit
parent
0a53a744
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/tests/duid_factory_unittest.cc
View file @
cc2d13ea
...
...
@@ -356,7 +356,7 @@ TEST_F(DUIDFactoryTest, createLLTExplicitLinkLayerAddress) {
// This test verifies that the factory function creates DUID-LLT from
// all values explicitly specified.
TEST_F
(
DUIDFactoryTest
,
createLLTAllExplcitParameters
)
{
TEST_F
(
DUIDFactoryTest
,
createLLTAllExpl
i
citParameters
)
{
ASSERT_NO_THROW
(
factory
().
createLLT
(
HTYPE_FDDI
,
0xFAFAFAFA
,
toVector
(
"24242424242424242424"
)));
testLLT
(
"0008"
,
"FAFAFAFA"
,
true
,
"24242424242424242424"
);
...
...
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