aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/diskindex/fieldwriter/fieldwriter_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/diskindex/fieldwriter/fieldwriter_test.cpp')
-rw-r--r--searchlib/src/tests/diskindex/fieldwriter/fieldwriter_test.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/searchlib/src/tests/diskindex/fieldwriter/fieldwriter_test.cpp b/searchlib/src/tests/diskindex/fieldwriter/fieldwriter_test.cpp
index 2f69f0b45cf..b091ad569fa 100644
--- a/searchlib/src/tests/diskindex/fieldwriter/fieldwriter_test.cpp
+++ b/searchlib/src/tests/diskindex/fieldwriter/fieldwriter_test.cpp
@@ -457,20 +457,10 @@ randReadField(FakeWordSet &wordSet,
// LOG(info, "loop=%d, wordNum=%u", loop, wordNum);
fw.validate(sb.get(), tfmda, verbose);
-
- sb.reset(handle.createIterator(counts, tfmda));
fw.validate(sb.get(), tfmda, 19, verbose);
-
- sb.reset(handle.createIterator(counts, tfmda));
fw.validate(sb.get(), tfmda, 99, verbose);
-
- sb.reset(handle.createIterator(counts, tfmda));
fw.validate(sb.get(), tfmda, 799, verbose);
-
- sb.reset(handle.createIterator(counts, tfmda));
fw.validate(sb.get(), tfmda, 6399, verbose);
-
- sb.reset(handle.createIterator(counts, tfmda));
fw.validate(sb.get(), tfmda, 11999, verbose);
++wordNum;
}