summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/tests/persistenceconformance_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/tests/persistenceconformance_test.cpp')
-rw-r--r--searchcore/src/apps/tests/persistenceconformance_test.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/searchcore/src/apps/tests/persistenceconformance_test.cpp b/searchcore/src/apps/tests/persistenceconformance_test.cpp
index 905d0434886..d369fa84542 100644
--- a/searchcore/src/apps/tests/persistenceconformance_test.cpp
+++ b/searchcore/src/apps/tests/persistenceconformance_test.cpp
@@ -189,11 +189,10 @@ public:
const_cast<DocumentDBFactory &>(*this),
_summaryExecutor,
_summaryExecutor,
- NULL,
+ _tls,
_metricsWireService,
_fileHeaderContext,
- _config_stores.getConfigStore(
- docType.toString()),
+ _config_stores.getConfigStore(docType.toString()),
std::make_shared<vespalib::ThreadStackExecutor>
(16, 128 * 1024),
HwInfo()));