summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-04-13 12:04:03 +0000
committerTor Egge <Tor.Egge@oath.com>2018-04-13 12:04:03 +0000
commitc58fe387a38f995ae87fe98c3fa646223fb4d548 (patch)
treeeb0712c7c6158c1eab6e4e4538adffc586e8bc57
parentc690dec0493cd3832a35b2bc31c63c8b3efc0c19 (diff)
Rename test function name.
-rw-r--r--searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp b/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
index a8632aaa5b1..9fef860ecb6 100644
--- a/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
+++ b/searchlib/src/tests/diskindex/pagedict4/pagedict4_hugeword_cornercase_test.cpp
@@ -133,7 +133,7 @@ using StartOffset = search::bitcompression::PageDict4StartOffset;
using Writer = search::diskindex::test::PageDict4MemWriter;
using SeqReader = search::diskindex::test::PageDict4MemSeqReader;
-void testWords()
+void testPageSizedCounts()
{
uint32_t pageBitSize = 32768;
uint32_t startBits = 15 * 3 + 12;
@@ -176,7 +176,7 @@ void testWords()
TEST("require that counts exactly filling dictionary page works")
{
- testWords();
+ testPageSizedCounts();
}