< prev index next >

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

Print this page
rev 51638 : [mq]: 8210112

@@ -24,21 +24,22 @@
 import java.io.File;
 import java.io.IOException;
 import java.nio.file.Files;
 import java.nio.file.StandardOpenOption;
 import java.util.Base64;
-import jdk.testlibrary.OutputAnalyzer;
+import jdk.test.lib.process.OutputAnalyzer;
 import static java.lang.System.out;
 import java.nio.file.Paths;
 import java.util.List;
 
 /**
  * @test
  * @bug 8048830
  * @summary Test for PKCS12 keystore list , export commands. Refer README for
  * keystore files information
  * @library /lib/testlibrary ../
+ * @library /test/lib
  * @run main KeytoolReaderP12Test
  */
 public class KeytoolReaderP12Test {
     private static final String WORKING_DIRECTORY = System.getProperty(
             "test.classes", "."+ File.separator);
< prev index next >