< prev index next >

test/jdk/java/awt/Toolkit/DesktopProperties/rfe4758438.java

Print this page
rev 59106 : imported patch client

@@ -113,11 +113,11 @@
     public static void main(String[] args) throws Exception {
         useGsettings = System.getProperty("useGsettings").equals("true");
         tool = System.getProperty("tool");
 
         String osName = System.getProperty("os.name");
-        if (!"Linux".equals(osName) && !"SunOS".equals(osName))
+        if (!"Linux".equals(osName))
             System.out.println("This test need not be run on this platform");
         else
             new rfe4758438().doTest();
     }
 
< prev index next >