< prev index next >

test/java/net/SocketPermission/SocketPermissionTest.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 24,33 **** --- 24,40 ---- /* * @test * @bug 8047031 * @summary SocketPermission tests for legacy socket types * @library /test/lib + * @build jdk.test.lib.NetworkConfiguration + * jdk.test.lib.Utils + * jdk.test.lib.Asserts + * jdk.test.lib.JDKToolFinder + * jdk.test.lib.JDKToolLauncher + * jdk.test.lib.Platform + * jdk.test.lib.process.* * @run testng/othervm SocketPermissionTest */ import java.io.IOException; import java.net.DatagramPacket;
< prev index next >