diff --git a/test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java b/test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java index 229ba6973aa3d33a223936292eeb4afed96af13b..73952ebb7c36ed97f46441c497acf7c3cd9b93b6 100644 --- a/test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java +++ b/test/com/sun/crypto/provider/CICO/PBEFunc/CipherNCFuncTest.java @@ -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". diff --git a/test/javax/crypto/KeyGenerator/TestKGParity.java b/test/javax/crypto/KeyGenerator/TestKGParity.java index c550cf81992264e0ecb529fc0278635e97e9c190..0f4c8a5d46e4246161632429a9bf375422865238 100644 --- a/test/javax/crypto/KeyGenerator/TestKGParity.java +++ b/test/javax/crypto/KeyGenerator/TestKGParity.java @@ -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 */ public class TestKGParity {