summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/imported_attributes_context
diff options
context:
space:
mode:
authorGeir Storli <geirstorli@yahoo.no>2017-09-12 15:53:35 +0200
committerGitHub <noreply@github.com>2017-09-12 15:53:35 +0200
commit664dc8e147928cd05a16954cbfdd6efb34dd144a (patch)
treea5b985aab6b38f3b955c5b62469a9bcbd8a4c700 /searchcore/src/tests/proton/attribute/imported_attributes_context
parent5ca40d533eabdb8fad2d0951285182b998aaf9df (diff)
parent093d8381783f0acac2b53be4703fd61189d0b470 (diff)
Merge pull request #3390 from vespa-engine/geirst/fix-bitvector-search-cache-for-imported-attributes
Geirst/fix bitvector search cache for imported attributes
Diffstat (limited to 'searchcore/src/tests/proton/attribute/imported_attributes_context')
-rw-r--r--searchcore/src/tests/proton/attribute/imported_attributes_context/imported_attributes_context_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/attribute/imported_attributes_context/imported_attributes_context_test.cpp b/searchcore/src/tests/proton/attribute/imported_attributes_context/imported_attributes_context_test.cpp
index afbaabd9fc3..aac74e1583d 100644
--- a/searchcore/src/tests/proton/attribute/imported_attributes_context/imported_attributes_context_test.cpp
+++ b/searchcore/src/tests/proton/attribute/imported_attributes_context/imported_attributes_context_test.cpp
@@ -75,6 +75,7 @@ struct Fixture {
auto attr = std::make_shared<ImportedAttributeVector>(name,
createReferenceAttribute(name + "_ref"),
createTargetAttribute(name + "_target"),
+ std::shared_ptr<search::IDocumentMetaStoreContext>(),
false);
repo.add(name, attr);
return *this;