jdk/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
changeset 21659 3b80f3e5b552
parent 21304 7971ecf0fbed
child 30820 0d4717a011d3
equal deleted inserted replaced
21658:3a2a0734cb71 21659:3b80f3e5b552
    31 
    31 
    32 
    32 
    33 
    33 
    34 /**
    34 /**
    35  * @test
    35  * @test
    36  * @bug 8023163
    36  * @bug 8026499
    37  * @summary checks that Logger.getLogger("").setLevel() is working correctly.
    37  * @summary checks that Logger.getLogger("").setLevel() is working correctly.
    38  * @build TestRootLoggerLevel
    38  * @build TestRootLoggerLevel
    39  * @run main/othervm -Dtest.security=on TestRootLoggerLevel
    39  * @run main/othervm -Dtest.security=on TestRootLoggerLevel
    40  * @run main/othervm -Dtest.security=off TestRootLoggerLevel
    40  * @run main/othervm -Dtest.security=off TestRootLoggerLevel
    41  * @author danielfuchs
    41  * @author danielfuchs