2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[4498] Addressed review comment: renamed 2 libdhcp++ tests.

This commit is contained in:
Marcin Siodelski
2016-06-10 16:15:35 +02:00
parent a0f20e3766
commit aa0bfc575d

View File

@@ -902,7 +902,7 @@ TEST_F(LibDhcpTest, unpackOptions4) {
} }
// Check parsing of an empty option. // Check parsing of an empty option.
TEST_F(LibDhcpTest, unpackEmptyOption) { TEST_F(LibDhcpTest, unpackEmptyOption4) {
// Create option definition for the option code 254 without fields. // Create option definition for the option code 254 without fields.
OptionDefinitionPtr opt_def(new OptionDefinition("option-empty", 254, OptionDefinitionPtr opt_def(new OptionDefinition("option-empty", 254,
"empty", false)); "empty", false));
@@ -942,7 +942,7 @@ TEST_F(LibDhcpTest, unpackEmptyOption) {
// - sub option (option space 'foo') // - sub option (option space 'foo')
// - sub option (option space 'bar') // - sub option (option space 'bar')
// @todo Add more thorough unit tests for unpackOptions. // @todo Add more thorough unit tests for unpackOptions.
TEST_F(LibDhcpTest, unpackSubOptions) { TEST_F(LibDhcpTest, unpackSubOptions4) {
// Create option definition for each level of encapsulation. Each option // Create option definition for each level of encapsulation. Each option
// definition is for the option code 1. Options may have the same // definition is for the option code 1. Options may have the same
// option code because they belong to different option spaces. // option code because they belong to different option spaces.