< prev index next >

test/jdk/java/awt/Window/AlwaysOnTop/AutoTestOnTop.java

Print this page
rev 59106 : imported patch client

@@ -125,11 +125,11 @@
         checkTesting();
 
     }
 
     public static void performTesting() {
-        isUnix = osName.equals("Linux") || osName.equals("SunOS");
+        isUnix = osName.equals("Linux");
 
         Toolkit.getDefaultToolkit().addAWTEventListener(new AWTEventListener() {
                 public void eventDispatched(AWTEvent e) {
                     if (e.getID() == MouseEvent.MOUSE_CLICKED) {
                         if (eventSrc != null & eventSrc != uncheckedSrc && e.getSource() != eventSrc) {
< prev index next >