< prev index next >

test/jdk/sun/management/jdp/JdpSpecificAddressTest.java

Print this page
rev 51789 : [mq]: asserts

*** 29,42 **** /* * @test JdpSpecificAddressTest * @summary Assert that we can read JDP packets from a multicast socket connection, on specific IP and port. * - * @library /lib/testlibrary * @library /test/lib * ! * @build jdk.testlibrary.* ClientConnection JdpTestUtil JdpTestCase JdpOnTestCase DynamicLauncher * @run main/othervm JdpSpecificAddressTest */ public class JdpSpecificAddressTest extends DynamicLauncher { --- 29,41 ---- /* * @test JdpSpecificAddressTest * @summary Assert that we can read JDP packets from a multicast socket connection, on specific IP and port. * * @library /test/lib * ! * @build ClientConnection JdpTestUtil JdpTestCase JdpOnTestCase DynamicLauncher * @run main/othervm JdpSpecificAddressTest */ public class JdpSpecificAddressTest extends DynamicLauncher {
< prev index next >