summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/proton_configurer
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-08-14 15:47:05 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-08-16 10:55:11 +0200
commit5d7ff977824a80cd1cecff859e429e922e597c79 (patch)
treec5031d14701f995d6b148af33c9a2b152ff3dcf4 /searchcore/src/tests/proton/proton_configurer
parent64383fa4fdff3d52cb9c7a1838f7b9cdb14be960 (diff)
Change SchemaBuilder to use attributes config to setup imported attribute fields in schema.
Diffstat (limited to 'searchcore/src/tests/proton/proton_configurer')
-rw-r--r--searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp b/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
index c3b1247a425..757a9c19f29 100644
--- a/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
+++ b/searchcore/src/tests/proton/proton_configurer/proton_configurer_test.cpp
@@ -57,7 +57,6 @@ struct DBConfigFixture {
SchemaBuilder::build(_attributesBuilder, *schema);
SchemaBuilder::build(_summaryBuilder, *schema);
SchemaBuilder::build(_indexschemaBuilder, *schema);
- SchemaBuilder::build(_importedFieldsBuilder, *schema);
return schema;
}