< prev index next >

test/jdk/java/awt/Multiscreen/MultiScreenInsetsTest/MultiScreenInsetsTest.java

Print this page
rev 59106 : imported patch client

@@ -45,12 +45,12 @@
 
 public class MultiScreenInsetsTest {
     private static final int SIZE = 100;
 
     public static void main(String[] args) throws InterruptedException {
-        if (!Platform.isLinux() && !Platform.isSolaris()) {
-            System.out.println("This test is for Solaris and Linux only..." +
+        if (!Platform.isLinux()) {
+            System.out.println("This test is for Linux only..." +
                                "skipping!");
             return;
         }
 
         GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
< prev index next >