|
@@ -1,4 +1,4 @@
|
|
-// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC")
|
|
|
|
|
|
+// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
|
|
//
|
|
//
|
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// 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
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
@@ -572,7 +572,7 @@ TEST_F(LibraryManagerTest, libraryLoggerSetup) {
|
|
EXPECT_TRUE(lib_manager.loadLibrary());
|
|
EXPECT_TRUE(lib_manager.loadLibrary());
|
|
|
|
|
|
// After loading the library, the global logging dictionary should
|
|
// After loading the library, the global logging dictionary should
|
|
- // contain log messages registerd for this library.
|
|
|
|
|
|
+ // contain log messages registered for this library.
|
|
const MessageDictionaryPtr& dict = MessageDictionary::globalDictionary();
|
|
const MessageDictionaryPtr& dict = MessageDictionary::globalDictionary();
|
|
EXPECT_EQ("basic callout load %1", dict->getText("BCL_LOAD_START"));
|
|
EXPECT_EQ("basic callout load %1", dict->getText("BCL_LOAD_START"));
|
|
EXPECT_EQ("basic callout load end", dict->getText("BCL_LOAD_END"));
|
|
EXPECT_EQ("basic callout load end", dict->getText("BCL_LOAD_END"));
|