< prev index next >

test/javax/management/MBeanInfo/MBeanInfoEqualsNPETest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 34,44 **** /* * @test * @bug 8023954 * @summary Test that MBean*Info.equals do not throw NPE * @author Shanliang JIANG ! * @modules java.management * @run clean MBeanInfoEqualsNPETest * @run build MBeanInfoEqualsNPETest * @run main MBeanInfoEqualsNPETest */ public class MBeanInfoEqualsNPETest { --- 34,44 ---- /* * @test * @bug 8023954 * @summary Test that MBean*Info.equals do not throw NPE * @author Shanliang JIANG ! * * @run clean MBeanInfoEqualsNPETest * @run build MBeanInfoEqualsNPETest * @run main MBeanInfoEqualsNPETest */ public class MBeanInfoEqualsNPETest {
< prev index next >