< prev index next >

test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java

Print this page
rev 51731 : imported patch 8210732

@@ -21,11 +21,11 @@
  * questions.
  */
 
 import jdk.test.lib.process.OutputAnalyzer;
 import jdk.test.lib.process.ProcessTools;
-import jdk.testlibrary.Utils;
+import jdk.test.lib.Utils;
 
 import java.io.BufferedReader;
 import java.io.BufferedWriter;
 import java.io.IOException;
 import java.net.BindException;

@@ -41,14 +41,13 @@
  * @test
  * @bug 6228231
  * @summary Test that RMI registry uses SSL.
  * @author Luis-Miguel Alventosa, Taras Ledkov
  *
- * @library /lib/testlibrary
  * @library /test/lib
  *
- * @build jdk.testlibrary.* RmiRegistrySslTestApp
+ * @build RmiRegistrySslTestApp
  * @run main/timeout=300 RmiRegistrySslTest
  */
 public class RmiRegistrySslTest {
     private final String TEST_CLASS_PATH = System.getProperty("test.class.path");
     private final String TEST_CLASSES = System.getProperty("test.classes");
< prev index next >