提交 b9d354e3 编写于 作者: V valeriep

8137068: Tests added in JDK-8048604 fail to compile

Summary: Fixed the 2 tests with correct jprt tags
Reviewed-by: xuelei
上级 b5b40a93
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 8048604 * @bug 8048604
* @library /lib/testlibrary/ * @library ../ /lib/testlibrary
* @summary This test verifies the assertion "There should be no transformation * @summary This test verifies the assertion "There should be no transformation
* on the plaintext/ciphertext in encryption/decryption mechanism" for * on the plaintext/ciphertext in encryption/decryption mechanism" for
* feature "NullCipher". * feature "NullCipher".
......
...@@ -33,7 +33,8 @@ import static java.lang.System.out; ...@@ -33,7 +33,8 @@ import static java.lang.System.out;
/* /*
* @test * @test
* @bug 8048607 * @bug 8048607
* @library ../../../com/sun/crypto/provider/Cipher/DES/TestUtility.java * @compile ../../../com/sun/crypto/provider/Cipher/DES/TestUtility.java
* @run main TestKGParity
* @summary Test key generation of DES and DESEDE * @summary Test key generation of DES and DESEDE
*/ */
public class TestKGParity { public class TestKGParity {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册