aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena Sayapina <elena.sayapina@jetbrains.com>2019-02-26 12:50:45 +0300
committerElena Sayapina <elena.sayapina@jetbrains.com>2019-02-27 08:09:57 +0300
commit18fa335ecc37a9eb9592d8bdeb9846215ff5e0e2 (patch)
tree136d6f8f70a3dc6c06bb9f8c0dbf18ec15ab89cc
parent822bf5fe76411d3db53611a4646b49937c5e90c5 (diff)
downloadjdk8u_jdk-jb8u202-b1514.6.tar.gz
JRE-318: Minor regression test update, corrected commentsjb8u202-b1514.6
(cherry picked from commit 26d3b95e894c92a62e20293fdf49a2df319c890a)
-rw-r--r--test/jb/sun/awt/macos/MoveFocusShortcutTest.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/jb/sun/awt/macos/MoveFocusShortcutTest.java b/test/jb/sun/awt/macos/MoveFocusShortcutTest.java
index 2f9b4ed4b0..1b93e272c5 100644
--- a/test/jb/sun/awt/macos/MoveFocusShortcutTest.java
+++ b/test/jb/sun/awt/macos/MoveFocusShortcutTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2018 JetBrains s.r.o.
+ * Copyright 2000-2019 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -36,9 +36,9 @@ import java.util.concurrent.TimeUnit;
* Description: Test checks that Command+` macOS system shortcut successively switches focus between three Java Frames.
*
* Note: Please check that Command+` macOS system shortcut is enabled before launching this test
- * (use system Preferences -> Keyboard -> Shortcuts tab -> Keyboard -> mark 'Move focus to next window' checkbox)
- * MacOS accessibility permission should also be granted on macOS > for the application launching this test, so
- * Java Robot is able to access the keyboard (use System Preferences -> Security&Privacy -> Accessibility -> Privacy).
+ * (use System Preferences -> Keyboard -> Shortcuts tab -> Keyboard -> mark 'Move focus to next window' checkbox)
+ * On MacOS 10.14 and later accessibility permission should be granted for the application launching this test, so
+ * Java Robot is able to access keyboard (use System Preferences -> Security & Privacy -> Privacy tab -> Accessibility).
*/
public class MoveFocusShortcutTest {