[OpenJDK 2D-Dev] RFR: 8214558: bad @run tag in CheckPrinterJobSystemProperty.java

Sergey Bylokhov Sergey.Bylokhov at oracle.com
Fri Nov 30 23:02:08 UTC 2018


Looks fine.

On 30/11/2018 14:50, Phil Race wrote:
> Bug : https://bugs.openjdk.java.net/browse/JDK-8214558
> As noted in the bug this test has a bad @run line and the fix is to remove it
> diff inline below :
> 
> diff --git a/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java b/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
> --- a/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
> +++ b/test/jdk/java/awt/print/PrinterJob/CheckPrinterJobSystemProperty.java
> @@ -23,8 +23,7 @@
> 
>   /**
>    * @test
> - * @run CheckPrinterJobSystemProperty
> - * @bug 8130264 8214552
> + * @bug 8130264 8214552 8214558
>    * @summary verify the PrinterJob implementation class name is not
>    *          polluting system properties
>    */
> 
> 
> -phil.


-- 
Best regards, Sergey.


More information about the 2d-dev mailing list