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

Print this page
rev 9529 : 8034960: Serviceability tests using @library failing with java.lang.NoClassDefFoundError

*** 40,53 **** /** * @test * @library /lib/testlibrary * @bug 6228231 * @summary Test that RMI registry uses SSL. ! * @build jdk.testlibrary.Utils ! * @build jdk.testlibrary.ProcessTools ! * @build jdk.testlibrary.OutputAnalyzer ! * @build RmiRegistrySslTestApp * @run main/timeout=300 RmiRegistrySslTest * @author Luis-Miguel Alventosa, Taras Ledkov */ public class RmiRegistrySslTest { private final String TEST_CLASS_PATH = System.getProperty("test.class.path"); --- 40,50 ---- /** * @test * @library /lib/testlibrary * @bug 6228231 * @summary Test that RMI registry uses SSL. ! * @build jdk.testlibrary.* RmiRegistrySslTestApp * @run main/timeout=300 RmiRegistrySslTest * @author Luis-Miguel Alventosa, Taras Ledkov */ public class RmiRegistrySslTest { private final String TEST_CLASS_PATH = System.getProperty("test.class.path");