On Wed, 27 Mar 2024 18:39:35 GMT, Damon Nguyen <[email protected]> wrote:
> test/jdk/java/awt/print/Dialog/PrintModalDialog.java is too similar in > functionality to > test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java. > > One test was originally for modality in web browsers, while the other was for > modality in Windows OS printer dialogs, but after the updates, they both > check for modality on print and page dialogs for all OSs. > > Since PrinterDialogsModalityTest.java is the preferred test, this is to > remove PrintModalDialog.java as a test. In addition, the bugID in the jtreg > tags from PrintModalDialog.java will be added to > PrinterDialogsModalityTest.java's tags to maintain a link to its original bug. This pull request has now been integrated. Changeset: 7ac2f914 Author: Damon Nguyen <[email protected]> URL: https://git.openjdk.org/jdk/commit/7ac2f914aadf7fb12b7258e54efae959e15d6721 Stats: 128 lines in 2 files changed: 0 ins; 127 del; 1 mod 8329210: Delete Redundant Printer Dialog Modality Test Reviewed-by: honkar, prr ------------- PR: https://git.openjdk.org/jdk/pull/18524
