RFR: 8315584 : java/awt/print/Dialog/DialogType.java fails with option not supported: yesno

lawrence.andrews duke at openjdk.org
Sun Sep 3 22:19:02 UTC 2023


Test was failing with "test result: Error. Parse Exception: Arguments to `manual' option not supported: yesno"
Following are fixed 
1) Removed yesno 
2) Added test PassFailJFrame manual framework
3) Added SkippedException in case Printer is not configured on the test host.
4) Updated the instruction how can the print dialog to be closed
5) Added an extra line to the file that was missing.

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

Commit messages:
 - 8315584 : java/awt/print/Dialog/DialogType.java fails with option not supported: yesno

Changes: https://git.openjdk.org/jdk/pull/15554/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15554&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8315584
  Stats: 61 lines in 1 file changed: 22 ins; 8 del; 31 mod
  Patch: https://git.openjdk.org/jdk/pull/15554.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15554/head:pull/15554

PR: https://git.openjdk.org/jdk/pull/15554


More information about the client-libs-dev mailing list