From: Marcin Siodelski Date: Fri, 24 May 2019 13:34:44 +0000 (+0200) Subject: [#539,!330] Updated copyright and the comment in unit test. X-Git-Tag: Kea-1.6.0-beta~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b126558e9e39e9bff517dceac25a00e96d150085;p=thirdparty%2Fkea.git [#539,!330] Updated copyright and the comment in unit test. --- diff --git a/src/lib/util/tests/strutil_unittest.cc b/src/lib/util/tests/strutil_unittest.cc index 125bf881d9..23a4b87ab8 100644 --- a/src/lib/util/tests/strutil_unittest.cc +++ b/src/lib/util/tests/strutil_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2019 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 @@ -551,7 +551,7 @@ TEST(StringUtilTest, stringSanitizer) { "abc.123"); } -// Verifies templated buffer iterator trim() function +// Verifies templated buffer iterator seekTrimmed() function TEST(StringUtilTest, seekTrimmed) { // Empty buffer should be fine.