jdk/test/javax/management/modelmbean/ModelMBeanInfoSupport/GetAllDescriptorsTest.java
changeset 44423 306c020eb154
parent 31457 fa81a65e236d
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    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