< prev index next >

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

Print this page
rev 51789 : [mq]: asserts

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