Skip to content

Commit a0ce0b0

Browse files
committed
remove deprecated junit Assert imports
1 parent 653794a commit a0ce0b0

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

test/org/opensolaris/opengrok/history/FileHistoryCacheTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
import java.util.Iterator;
3030
import java.util.LinkedList;
3131
import java.util.List;
32-
import static junit.framework.Assert.assertEquals;
33-
import static junit.framework.Assert.assertFalse;
34-
import static junit.framework.Assert.assertTrue;
35-
import static junit.framework.Assert.fail;
3632
import junit.framework.TestCase;
3733
import org.opensolaris.opengrok.util.Executor;
3834
import org.opensolaris.opengrok.util.TestRepository;

test/org/opensolaris/opengrok/history/JDBCHistoryCacheTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434
import java.util.Iterator;
3535
import java.util.LinkedList;
3636
import java.util.List;
37-
import static junit.framework.Assert.assertEquals;
38-
import static junit.framework.Assert.assertFalse;
39-
import static junit.framework.Assert.assertTrue;
4037
import junit.framework.Test;
4138
import junit.framework.TestCase;
4239
import junit.framework.TestSuite;

0 commit comments

Comments
 (0)