< prev index next >

test/javax/management/Introspector/NotCompliantCauseTest.java

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

*** 25,35 **** * @test NotCompliantCauseTest.java * @bug 6374290 * @summary Test that NotCompliantMBeanException has a cause in case of * type mapping problems. * @author Daniel Fuchs, Alexander Shusherov ! * @modules java.management * @run clean NotCompliantCauseTest * @run build NotCompliantCauseTest * @run main NotCompliantCauseTest */ /* --- 25,35 ---- * @test NotCompliantCauseTest.java * @bug 6374290 * @summary Test that NotCompliantMBeanException has a cause in case of * type mapping problems. * @author Daniel Fuchs, Alexander Shusherov ! * * @run clean NotCompliantCauseTest * @run build NotCompliantCauseTest * @run main NotCompliantCauseTest */ /*
*** 38,48 **** * Created on January 20, 2006, 2:56 PM / dfuchs * */ import java.util.Random; - import java.util.logging.Logger; import javax.management.MBeanServer; import javax.management.MBeanServerFactory; import javax.management.NotCompliantMBeanException; import javax.management.ObjectName; --- 38,47 ----
*** 53,68 **** * @author Sun Microsystems, 2005 - All rights reserved. */ public class NotCompliantCauseTest { /** - * A logger for this class. - **/ - private static final Logger LOG = - Logger.getLogger(NotCompliantCauseTest.class.getName()); - - /** * Creates a new instance of NotCompliantCauseTest */ public NotCompliantCauseTest() { } --- 52,61 ----
< prev index next >