< prev index next >

test/jdk/java/awt/print/PrinterJob/TestCheckSystemDefaultBannerOption.java

Print this page
rev 59106 : imported patch client

@@ -22,11 +22,11 @@
  */
 /*
  * @test
  * @bug 8165947 8170579
  * @summary  Verifies System default banner page option is honoured by jdk
- * @requires (os.family == "linux" | os.family == "solaris")
+ * @requires os.family == "linux"
  * @run main/manual TestCheckSystemDefaultBannerOption
  */
 import java.awt.BorderLayout;
 import java.awt.FlowLayout;
 import java.awt.Graphics;
< prev index next >