aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@oath.com>2019-10-02 14:16:29 +0000
committerHåvard Pettersen <havardpe@oath.com>2019-10-02 14:30:51 +0000
commit8c9ddd4a626e43d564c1aea343a7cf706c486fee (patch)
treedf70a4b754439741d882b58d0d2acf79b00adfd2 /searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
parentf2779a77280698ff06c5fe3b1b85d34b95180a6e (diff)
collect matching elements by using SameElement blueprints
Diffstat (limited to 'searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp')
-rw-r--r--searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp b/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
index 6583f3bc00b..3eff38fbf20 100644
--- a/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
+++ b/searchcore/src/tests/proton/matching/same_element_builder/same_element_builder_test.cpp
@@ -90,7 +90,7 @@ struct BuilderFixture {
FakeRequestContext req_ctx;
FakeSearchContext ctx;
SameElementBuilder builder;
- BuilderFixture() : req_ctx(), ctx(), builder(req_ctx, ctx, false) {
+ BuilderFixture() : req_ctx(), ctx(), builder(req_ctx, ctx, "foo", false) {
ctx.attr().tag("attr");
ctx.addIdx(0).idx(0).getFake().tag("idx");
}