< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

@@ -22,18 +22,19 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 import java.io.File;
-import jdk.testlibrary.OutputAnalyzer;
+import jdk.test.lib.process.OutputAnalyzer;
 import static java.lang.System.out;
 
 /**
  * @test
  * @bug 8048830
  * @summary Tests for creating pkcs12 keystore with various algorithms
  * @library /lib/testlibrary ../
+ * @library /test/lib
  * @run main KeytoolWriteP12Test
  */
 public class KeytoolWriteP12Test {
     private static final String ALIAS = "pkcs12testCA";
     private static final Utils.KeyStoreType PKCS12 = Utils.KeyStoreType.pkcs12;
< prev index next >