]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#539,!330] Updated copyright and the comment in unit test.
authorMarcin Siodelski <marcin@isc.org>
Fri, 24 May 2019 13:34:44 +0000 (15:34 +0200)
committerThomas Markwalder <tmark@isc.org>
Fri, 24 May 2019 14:14:17 +0000 (10:14 -0400)
src/lib/util/tests/strutil_unittest.cc

index 125bf881d9f9c3750c7b4f5157cea69f34b52a73..23a4b87ab8385d7583a03d314c9218b8019c46f3 100644 (file)
@@ -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.