8137068: Tests added in JDK-8048604 fail to compile

Fixed the 2 tests with correct jprt tags

Reviewed-by: xuelei
This commit is contained in:
Valerie Peng 2015-09-24 01:45:44 +00:00
parent 6b149df3f8
commit 500cb7ea83
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
/*
* @test
* @bug 8048604
* @library /lib/testlibrary/
* @library ../ /lib/testlibrary
* @summary This test verifies the assertion "There should be no transformation
* on the plaintext/ciphertext in encryption/decryption mechanism" for
* feature "NullCipher".

View File

@ -33,7 +33,8 @@ import static java.lang.System.out;
/*
* @test
* @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
* @key randomness
*/