jdk/test/javax/management/modelmbean/ModelMBeanInfoSupport/GetAllDescriptorsTest.java
equal
deleted
inserted
replaced
25 * @test |
25 * @test |
26 * @bug 6337061 |
26 * @bug 6337061 |
27 * @summary Test that ModelMBeanInfoSupport.getDescriptors(null) also |
27 * @summary Test that ModelMBeanInfoSupport.getDescriptors(null) also |
28 * returns the MBean's descriptor. |
28 * returns the MBean's descriptor. |
29 * @author Eamonn McManus, Daniel Fuchs |
29 * @author Eamonn McManus, Daniel Fuchs |
30 * @modules java.management |
30 * |
31 * @run clean GetAllDescriptorsTest |
31 * @run clean GetAllDescriptorsTest |
32 * @run build GetAllDescriptorsTest |
32 * @run build GetAllDescriptorsTest |
33 * @run main/othervm/java.security.policy=policy GetAllDescriptorsTest |
33 * @run main/othervm/java.security.policy=policy GetAllDescriptorsTest |
34 */ |
34 */ |
35 |
35 |