aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordfuchs <none@none>2013-11-13 10:50:30 +0100
committerdfuchs <none@none>2013-11-13 10:50:30 +0100
commit1ecf3da3541aed1edc5c4a6dcc98a9366b3dda9c (patch)
tree8f70fd2f6c898f4b719749bc8582e268876be976 /test
parent1047c63ab7285581b29c1cfa3c16ce54608d0f28 (diff)
8026952: Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id
Summary: Trivial: change @bug 8023163 into @bug 8026499 Reviewed-by: mchung, alanb
Diffstat (limited to 'test')
-rw-r--r--test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java b/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
index ec27241bc..58e812ce0 100644
--- a/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
+++ b/test/java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java
@@ -33,7 +33,7 @@ import java.util.logging.LoggingPermission;
/**
* @test
- * @bug 8023163
+ * @bug 8026499
* @summary checks that Logger.getLogger("").setLevel() is working correctly.
* @build TestRootLoggerLevel
* @run main/othervm -Dtest.security=on TestRootLoggerLevel