summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp')
-rw-r--r--searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp b/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
index 5c6a7db1876..a98f07439c9 100644
--- a/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/document_subdbs/document_subdbs_test.cpp
@@ -31,6 +31,7 @@ using namespace search;
using namespace search::common;
using namespace search::index;
using namespace search::transactionlog;
+using namespace cloud::config::filedistribution;
using namespace searchcorespi;
using namespace vespalib;
using proton::bucketdb::BucketDBHandler;
@@ -262,6 +263,7 @@ struct MyConfigSnapshot
documenttypesConfig,
_builder.getDocumentTypeRepo(),
BootstrapConfig::ProtonConfigSP(new ProtonConfig()),
+ BootstrapConfig::FiledistributorrpcConfigSP(new FiledistributorrpcConfig()),
tuneFileDocumentDB));
config::DirSpec spec(cfgDir);
DocumentDBConfigHelper mgr(spec, "searchdocument");