We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d681f88 commit a76f145Copy full SHA for a76f145
suggester/src/test/java/org/opengrok/suggest/SuggesterTest.java
@@ -247,6 +247,7 @@ public void testComplexQuerySearch() throws IOException {
247
}
248
249
@Test
250
+ @SuppressWarnings("unchecked") // for contains()
251
public void testOnSearch() throws IOException {
252
SuggesterTestData t = initSuggester();
253
@@ -275,6 +276,7 @@ public void testGetSearchCountsForUnknown() throws IOException {
275
276
277
278
279
280
public void testIncreaseSearchCount() throws IOException {
281
282
0 commit comments