RFR: 8026952 Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id
Mandy Chung
mandy.chung at oracle.com
Tue Nov 12 19:19:16 UTC 2013
thumbs up.
Mandy
On 11/12/13 10:42 AM, Daniel Fuchs wrote:
> Hi,
>
> This is a trivial fix to replace a wrong @bug id
> in TestRootLoggerLevel.java:
>
> https://bugs.openjdk.java.net/browse/JDK-8026952
>
> I mistakenly put 8023163 (which I was investigating) instead of
> 8026499 (which is what I was actually fixing).
>
> -- daniel
>
> $ hg diff
> diff -r 41dcb0c2e194
> test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
> ---
> a/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
> +++
> b/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
> @@ -33,7 +33,7 @@
>
> /**
> * @test
> - * @bug 8023163
> + * @bug 8026499
> * @summary checks that Logger.getLogger("").setLevel() is working
> correctly.
> * @build TestRootLoggerLevel
> * @run main/othervm -Dtest.security=on TestRootLoggerLevel
>
>
>
More information about the core-libs-dev
mailing list