+1
-phil.
On 8/31/2016 9:58 AM, Prasanta Sadhukhan wrote:
Hi All,
It seems there is a question mark on the usability of the testcase if
the user does not have a printer that does not have multiple trays.
The testcase might be useful for dev environment so removing @test tag
to prevent it running from jtreg harness.
Please review.
hg diff test/java/awt/print/PrinterJob/TestMediaTraySelection.java
diff -r 145d979bb1fb
test/java/awt/print/PrinterJob/TestMediaTraySelection.java
--- a/test/java/awt/print/PrinterJob/TestMediaTraySelection.java Tue
Aug 30 11:07:58 2016 +0530
+++ b/test/java/awt/print/PrinterJob/TestMediaTraySelection.java Wed
Aug 31 22:25:53 2016 +0530
@@ -21,8 +21,7 @@
* questions.
*/
/*
- * @test
- * @bug 6357887
+ * @bug 6357887 8165146
* @summary Verifies if selected printertray is used
Regards
Prasanta