< prev index next >

test/jdk/java/util/jar/JarFile/mrjar/MultiReleaseJarHttpProperties.java

Print this page

        

*** 23,37 **** /* * @test * @bug 8132734 8194070 * @summary Test the System properties for JarFile that support multi-release jar files ! * @library /lib/testlibrary/java/util/jar * @modules jdk.jartool * jdk.compiler * jdk.httpserver ! * @build Compiler JarBuilder CreateMultiReleaseTestJars SimpleHttpServer * @run testng MultiReleaseJarHttpProperties * @run testng/othervm -Djdk.util.jar.version=0 MultiReleaseJarHttpProperties * @run testng/othervm -Djdk.util.jar.version=8 MultiReleaseJarHttpProperties * @run testng/othervm -Djdk.util.jar.version=9 MultiReleaseJarHttpProperties * @run testng/othervm -Djdk.util.jar.version=100 MultiReleaseJarHttpProperties --- 23,40 ---- /* * @test * @bug 8132734 8194070 * @summary Test the System properties for JarFile that support multi-release jar files ! * @library /lib /test/lib * @modules jdk.jartool * jdk.compiler * jdk.httpserver ! * @build jdk.test.lib.compiler.Compiler ! * jdk.test.lib.util.JarBuilder ! * jdk.test.lib.util.SimpleHttpServer ! * mrjar.CreateMultiReleaseTestJars * @run testng MultiReleaseJarHttpProperties * @run testng/othervm -Djdk.util.jar.version=0 MultiReleaseJarHttpProperties * @run testng/othervm -Djdk.util.jar.version=8 MultiReleaseJarHttpProperties * @run testng/othervm -Djdk.util.jar.version=9 MultiReleaseJarHttpProperties * @run testng/othervm -Djdk.util.jar.version=100 MultiReleaseJarHttpProperties
*** 45,54 **** --- 48,62 ---- import java.io.IOException; import java.net.URL; import java.net.URLClassLoader; + import jdk.test.lib.compiler.Compiler; + import jdk.test.lib.util.JarBuilder; + import jdk.test.lib.util.SimpleHttpServer; + import mrjar.CreateMultiReleaseTestJars; + import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test;
< prev index next >