Skip to content

Commit f1f3ce9

Browse files
committed
Fix NativeCryptoTest.
1 parent b9442b7 commit f1f3ce9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

openjdk/src/test/java/org/conscrypt/NativeCryptoTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@
2626
import static org.conscrypt.NativeConstants.TLS1_1_VERSION;
2727
import static org.conscrypt.NativeConstants.TLS1_2_VERSION;
2828
import static org.conscrypt.NativeConstants.TLS1_VERSION;
29+
import static org.conscrypt.TestUtils.decodeHex;
2930
import static org.conscrypt.TestUtils.isWindows;
3031
import static org.conscrypt.TestUtils.openTestFile;
3132
import static org.conscrypt.TestUtils.readTestFile;
33+
import static org.junit.Assert.assertArrayEquals;
3234
import static org.junit.Assert.assertEquals;
3335
import static org.junit.Assert.assertFalse;
3436
import static org.junit.Assert.assertNotEquals;
3537
import static org.junit.Assert.assertNotNull;
3638
import static org.junit.Assert.assertNull;
39+
import static org.junit.Assert.assertThrows;
3740
import static org.junit.Assert.assertTrue;
3841
import static org.junit.Assert.fail;
3942
import static org.junit.Assume.assumeFalse;

0 commit comments

Comments
 (0)