From 0f4449ac5daba3e077ed22755ef803c8ec5dfe47 Mon Sep 17 00:00:00 2001 From: Geir Storli Date: Fri, 2 Sep 2016 09:52:42 +0200 Subject: Integrate and populate matching::RankingConstants based on files acquired from file distribution. --- .../proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searchcore/src/tests/proton/documentdb/fileconfigmanager') diff --git a/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp b/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp index ec47b3c3705..a0443d6c8e4 100644 --- a/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp +++ b/searchcore/src/tests/proton/documentdb/fileconfigmanager/fileconfigmanager_test.cpp @@ -5,10 +5,8 @@ LOG_SETUP("fileconfigmanager_test"); #include "config-mycfg.h" #include -#include #include #include -#include #include using namespace config; @@ -36,6 +34,7 @@ getConfig(int64_t generation, const Schema::SP &schema) generation, std::make_shared(), std::make_shared(), + std::make_shared(), std::make_shared(), std::make_shared(), std::make_shared(), @@ -110,6 +109,7 @@ makeEmptyConfigSnapshot(void) 0, DocumentDBConfig::RankProfilesConfigSP(), DocumentDBConfig::RankingConstantsConfigSP(), + DocumentDBConfig::RankingConstants::SP(), DocumentDBConfig::IndexschemaConfigSP(), DocumentDBConfig::AttributesConfigSP(), DocumentDBConfig::SummaryConfigSP(), -- cgit v1.2.3