aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentdb
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-09-23 11:23:30 +0000
committerGeir Storli <geirst@yahooinc.com>2022-09-23 13:35:44 +0000
commit77bbfe491a64f9e9dee45b8a2312bb9ba4787485 (patch)
tree00bca9cc79869db7ccf1d679dc5bdccceb157862 /searchcore/src/tests/proton/documentdb
parent922ce1f4e259c22417300ed3008d29d06c9f35de (diff)
Remove summary field types from summary.def.
They are no longer used in the backend.
Diffstat (limited to 'searchcore/src/tests/proton/documentdb')
-rw-r--r--searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp b/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
index 619160ad0d9..c7e060a9269 100644
--- a/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
+++ b/searchcore/src/tests/proton/documentdb/documentdbconfig/documentdbconfig_test.cpp
@@ -108,7 +108,6 @@ public:
if (hasField) {
builder.classes.back().fields.resize(1);
builder.classes.back().fields.back().name = "my_attribute";
- builder.classes.back().fields.back().type = "integer";
if (has_attribute) {
builder.classes.back().fields.back().command = "attribute";
builder.classes.back().fields.back().source = "my_attribute";