summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-11-13 15:57:19 +0100
committerHenning Baldersheim <balder@oath.com>2018-11-13 15:57:19 +0100
commit4ba3af63582d171f97d0864f8ebccb8d71976d37 (patch)
tree800a1586c22ecd8a02bfc9d4ea6196714670c702 /searchcore
parent4cc373dcca6ae9f2f3d2d0fce7c6f2760c78efd3 (diff)
Add clarifying comment.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp b/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
index d09f8141008..a4992d57df3 100644
--- a/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
+++ b/searchcore/src/tests/proton/proton_config_fetcher/proton_config_fetcher_test.cpp
@@ -281,6 +281,7 @@ TEST_FF("require that documentdb config manager builds schema with imported attr
const auto &attrCfg = getDocumentDBConfig(f1, f2)->getAttributesConfig();
EXPECT_EQUAL(1u, attrCfg.attribute.size());
EXPECT_EQUAL("regular", attrCfg.attribute[0].name);
+ // This is required to trigger a change to schema, but not to the attributes config
docType->summaryBuilder.classes[0].id = i+2;
}
}