< prev index next >

test/jdk/java/security/KeyStore/PKCS12/MetadataEmptyTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 38,47 **** --- 38,48 ---- /** * @test * @bug 8048830 * @summary Entry's attribute set should be empty * @library /lib/testlibrary ../ + * @library /test/lib * @run main MetadataEmptyTest */ public class MetadataEmptyTest { private static final char[] PASSWORD = "passwd".toCharArray(); private static final String ALIAS = "testkey";
< prev index next >