summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-06-03 11:16:07 +0000
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:28 +0200
commitbac717c8785376988f866ea1f819d4d287382a26 (patch)
tree2906a9a8f6467daba6ff3d1272c5e8bd6096f26d /searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
parentff4a41bcdb1b8f2bbc009203a7c7088a7e7e5dca (diff)
Remove 'attribute: huge' from config def file and C++ code.
Diffstat (limited to 'searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp')
-rw-r--r--searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp b/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
index 8a702769312..7f0a88c9f86 100644
--- a/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
+++ b/searchlib/src/tests/attribute/attributemanager/attributemanager_test.cpp
@@ -218,12 +218,6 @@ TEST("require that config can be converted")
a.fastsearch = true;
EXPECT_TRUE(CC::convert(a).fastSearch());
}
- { // huge
- CACA a;
- EXPECT_TRUE(!CC::convert(a).huge());
- a.huge = true;
- EXPECT_TRUE(CC::convert(a).huge());
- }
{ // fastAccess
CACA a;
EXPECT_TRUE(!CC::convert(a).fastAccess());