From adbb7d3cc2d59567d9d018009fdfe6e730d2132c Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 9 Mar 2018 10:17:56 +0100 Subject: [PATCH] [5551] Fixed some minor errors in commentrary. --- src/lib/dhcp/tests/pkt6_unittest.cc | 4 ++-- src/lib/dhcp/tests/pkt_captures.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.47.2