From b2ce89c7d12d0b77d7aaf273c8f4c0516ded7bd5 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 30 Apr 2018 15:12:24 +0200 Subject: Remove usage of junit.framework --- .../java/com/yahoo/search/predicate/index/IntervalPostingListTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'predicate-search/src') diff --git a/predicate-search/src/test/java/com/yahoo/search/predicate/index/IntervalPostingListTest.java b/predicate-search/src/test/java/com/yahoo/search/predicate/index/IntervalPostingListTest.java index f9f65034cc6..db1ae5b1fa2 100644 --- a/predicate-search/src/test/java/com/yahoo/search/predicate/index/IntervalPostingListTest.java +++ b/predicate-search/src/test/java/com/yahoo/search/predicate/index/IntervalPostingListTest.java @@ -6,11 +6,12 @@ import org.junit.Test; import java.util.Arrays; -import static junit.framework.TestCase.assertFalse; import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; public class IntervalPostingListTest { + @Test public void requireThatPostingListCanIterate() { PredicateIntervalStore.Builder builder = new PredicateIntervalStore.Builder(); -- cgit v1.2.3