< prev index next >

test/jdk/sun/awt/dnd/8024061/bug8024061.java

Print this page
rev 59106 : imported patch client

@@ -112,13 +112,12 @@
         drop.place(panel1, new Point(10, 10));
         frame.setVisible(true);
     }
 
     public static void main(String[] args) throws AWTException, InvocationTargetException, InterruptedException {
-        if (!Platform.isLinux() && !Platform.isSolaris()) {
-            System.out.println("This test is for Linux and Solaris only... " +
-                               "skipping!");
+        if (!Platform.isLinux()) {
+            System.out.println("This test is for Linux only... skipping!");
             return;
         }
 
         final bug8024061[] dnd = {null};
         SwingUtilities.invokeAndWait(new Runnable() {
< prev index next >