RFR: 8270609: [TESTBUG] java/awt/print/Dialog/DialogCopies.java does not show instruction

Alexey Ivanov aivanov at openjdk.java.net
Tue Sep 14 18:42:11 UTC 2021


On Tue, 20 Jul 2021 23:54:20 GMT, lawrence.andrews <github.com+87324768+lawrence-andrew at openjdk.org> wrote:

> 1) When the test is executed via jtreg user can see only print dialog with no instruction to the user. User has to see the test case to see the instruction and perform the test . 
> 2) With this fix User is instructed what he/she has to do with the print dialog.
> 3) I have added both success instruction as well as failure instruction.
> 
> @shurymury

The test is semi-automatic: it is able to determine whether it passes or fails depending on whether the number of copies in the print dialog is modified or not.

Is it possible to complete the test as soon as either OK or Cancel button is clicked on the Print dialog?

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

PR: https://git.openjdk.java.net/jdk/pull/4850



More information about the client-libs-dev mailing list