Skip to content

Commit a76f145

Browse files
author
Vladimir Kotal
committed
more contains
1 parent d681f88 commit a76f145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

suggester/src/test/java/org/opengrok/suggest/SuggesterTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ public void testComplexQuerySearch() throws IOException {
247247
}
248248

249249
@Test
250+
@SuppressWarnings("unchecked") // for contains()
250251
public void testOnSearch() throws IOException {
251252
SuggesterTestData t = initSuggester();
252253

@@ -275,6 +276,7 @@ public void testGetSearchCountsForUnknown() throws IOException {
275276
}
276277

277278
@Test
279+
@SuppressWarnings("unchecked") // for contains()
278280
public void testIncreaseSearchCount() throws IOException {
279281
SuggesterTestData t = initSuggester();
280282

0 commit comments

Comments
 (0)