summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/docsummary/docsummary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/docsummary/docsummary.cpp')
-rw-r--r--searchcore/src/tests/proton/docsummary/docsummary.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/docsummary/docsummary.cpp b/searchcore/src/tests/proton/docsummary/docsummary.cpp
index b472c612281..e5365ba0ede 100644
--- a/searchcore/src/tests/proton/docsummary/docsummary.cpp
+++ b/searchcore/src/tests/proton/docsummary/docsummary.cpp
@@ -31,6 +31,7 @@ using namespace search::docsummary;
using namespace search::engine;
using namespace search::index;
using namespace search::transactionlog;
+using namespace cloud::config::filedistribution;
using search::TuneFileDocumentDB;
using document::DocumenttypesConfig;
using storage::spi::Timestamp;
@@ -169,6 +170,7 @@ public:
_documenttypesConfig,
_repo,
BootstrapConfig::ProtonConfigSP(new ProtonConfig()),
+ BootstrapConfig::FiledistributorrpcConfigSP(new FiledistributorrpcConfig()),
_tuneFileDocumentDB));
_configMgr.forwardConfig(b);
_configMgr.nextGeneration(0);