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
ISC Open Source Projects
Kea
Commits
aa0bfc57
Commit
aa0bfc57
authored
Jun 10, 2016
by
Marcin Siodelski
Browse files
[4498] Addressed review comment: renamed 2 libdhcp++ tests.
parent
a0f20e37
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/tests/libdhcp++_unittest.cc
View file @
aa0bfc57
...
...
@@ -902,7 +902,7 @@ TEST_F(LibDhcpTest, unpackOptions4) {
}
// Check parsing of an empty option.
TEST_F
(
LibDhcpTest
,
unpackEmptyOption
)
{
TEST_F
(
LibDhcpTest
,
unpackEmptyOption
4
)
{
// Create option definition for the option code 254 without fields.
OptionDefinitionPtr
opt_def
(
new
OptionDefinition
(
"option-empty"
,
254
,
"empty"
,
false
));
...
...
@@ -942,7 +942,7 @@ TEST_F(LibDhcpTest, unpackEmptyOption) {
// - sub option (option space 'foo')
// - sub option (option space 'bar')
// @todo Add more thorough unit tests for unpackOptions.
TEST_F
(
LibDhcpTest
,
unpackSubOptions
)
{
TEST_F
(
LibDhcpTest
,
unpackSubOptions
4
)
{
// Create option definition for each level of encapsulation. Each option
// definition is for the option code 1. Options may have the same
// option code because they belong to different option spaces.
...
...
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