summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp b/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
index 5f9de9ae545..831c5d522d9 100644
--- a/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
@@ -14,6 +14,7 @@ using namespace search::index;
using namespace vespa::config::search;
using std::shared_ptr;
using std::make_shared;
+using vespa::config::search::core::RankingConstantsConfig;
typedef shared_ptr<DocumentDBConfig> DDBCSP;
@@ -28,6 +29,7 @@ getConfig(int64_t generation, const Schema::SP &schema,
return make_shared<DocumentDBConfig>(
generation,
make_shared<RankProfilesConfig>(rankProfiles),
+ make_shared<RankingConstantsConfig>(),
make_shared<IndexschemaConfig>(),
make_shared<AttributesConfig>(),
make_shared<SummaryConfig>(),