On Fri, 9 Feb 2024 14:59:06 GMT, Renjith Kannath Pariyangad 
<rkannathp...@openjdk.org> wrote:

> Hi Reviewers,
> I have updated the test with 'PassFailJFrame' with programmatically 
> generating image and print , please review and let me know your suggestions.

test/jdk/java/awt/PrintJob/ImageTest/ImageTest.java line 151:

> 149:         if (PrinterJob.lookupPrintServices().length == 0) {
> 150:             throw new SkippedException("Printer not configured or 
> available."
> 151:                     + " Test cannot continue.");

Suggestion:

            throw new SkippedException("Printer not configured or available.");

We decided to shorten the message. Let's keep it consistent.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17790#discussion_r1484521510

Reply via email to