6982753: javax/swing/JTextArea/6940863/bug6940863.java should be modified
Reviewed-by: alexp
--- a/jdk/test/javax/swing/JTextArea/6940863/bug6940863.java Tue Sep 28 10:57:56 2010 -0700
+++ b/jdk/test/javax/swing/JTextArea/6940863/bug6940863.java Thu Sep 30 20:21:55 2010 +0400
@@ -56,6 +56,7 @@
public static void main(String[] args) throws Exception {
if (OSInfo.getOSType() != OSInfo.OSType.WINDOWS) {
System.out.println("The test is suitable only for Windows OS. Skipped");
+ return;
}
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");