From: Marcin Siodelski Date: Fri, 9 Mar 2018 09:17:56 +0000 (+0100) Subject: [5551] Fixed some minor errors in commentrary. X-Git-Tag: trac5530a_base~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adbb7d3cc2d59567d9d018009fdfe6e730d2132c;p=thirdparty%2Fkea.git [5551] Fixed some minor errors in commentrary. --- diff --git a/src/lib/dhcp/tests/pkt6_unittest.cc b/src/lib/dhcp/tests/pkt6_unittest.cc index 8289bee262..28339c9a8c 100644 --- a/src/lib/dhcp/tests/pkt6_unittest.cc +++ b/src/lib/dhcp/tests/pkt6_unittest.cc @@ -1699,7 +1699,7 @@ TEST_F(Pkt6Test, getLabelEmptyClientId) { // SkipRemainingOptionsError exception TEST_F(Pkt6Test, truncatedVendorLength) { - // Build a good discover packet + // Build a good Solicit packet Pkt6Ptr pkt = test::PktCaptures::captureSolicitWithVIVSO(); // Unpacking should not throw @@ -1714,7 +1714,7 @@ TEST_F(Pkt6Test, truncatedVendorLength) { ASSERT_TRUE(vivso); EXPECT_EQ(8, vivso->len()); // data + opt code + len - // Build a bad discover packet + // Build a bad Solicit packet pkt = test::PktCaptures::captureSolicitWithTruncatedVIVSO(); // Unpack should throw Skip exception diff --git a/src/lib/dhcp/tests/pkt_captures.h b/src/lib/dhcp/tests/pkt_captures.h index 6fdf6f9dff..2f8ce420be 100644 --- a/src/lib/dhcp/tests/pkt_captures.h +++ b/src/lib/dhcp/tests/pkt_captures.h @@ -1,6 +1,7 @@ // Copyright (C) 2014-2018 Internet Systems Consortium, Inc. ("ISC") // -// This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. #ifndef PKT_CAPTURES_H