From b126558e9e39e9bff517dceac25a00e96d150085 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 24 May 2019 15:34:44 +0200 Subject: [PATCH] [#539,!330] Updated copyright and the comment in unit test. --- src/lib/util/tests/strutil_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.2