From: Marcin Siodelski Date: Fri, 10 Jun 2016 14:15:35 +0000 (+0200) Subject: [4498] Addressed review comment: renamed 2 libdhcp++ tests. X-Git-Tag: fdxhook_base~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa0bfc575d0f049cf98c90987d4deb3f6d01907c;p=thirdparty%2Fkea.git [4498] Addressed review comment: renamed 2 libdhcp++ tests. --- diff --git a/src/lib/dhcp/tests/libdhcp++_unittest.cc b/src/lib/dhcp/tests/libdhcp++_unittest.cc index f9fa03ea3d..8c50d79a2f 100644 --- a/src/lib/dhcp/tests/libdhcp++_unittest.cc +++ b/src/lib/dhcp/tests/libdhcp++_unittest.cc @@ -902,7 +902,7 @@ TEST_F(LibDhcpTest, unpackOptions4) { } // Check parsing of an empty option. -TEST_F(LibDhcpTest, unpackEmptyOption) { +TEST_F(LibDhcpTest, unpackEmptyOption4) { // 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, unpackSubOptions4) { // 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.