Integrated: 8295738: Automate javax/swing/JFileChooser/FileSizeCheck.java

Alexey Ivanov aivanov at openjdk.org
Mon Oct 24 17:43:16 UTC 2022


On Thu, 20 Oct 2022 19:50:38 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> This automates the test added in #9327.
> 
> The test has a set of objects which store the size of the file and the expected displayed size, the file name is generated automatically. The pattern for the file names ensures the files are displayed in the expected order up to and including gigabytes, 10 digits. I added more test cases that the original test had to verify the displayed size is rounded up, an automatic test can easily verify more rows than a human can.
> 
> The finds the **Details** button in the file chooser and clicks it, then it finds the table, finds the row where the first file is displayed. The test compares the size displayed in the table to the expected one. If it doesn't match, an error is printed to `stderr`. All the file sizes are verified. The first error message, if any, is thrown to fail the test.
> 
> The test passes with the fix for [JDK-8288882](https://bugs.openjdk.org/browse/JDK-8288882) and fails without it.

This pull request has now been integrated.

Changeset: df81b3c6
Author:    Alexey Ivanov <aivanov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/df81b3c66a3b17fc5d10098ce879416affbddd40
Stats:     235 lines in 1 file changed: 175 ins; 32 del; 28 mod

8295738: Automate javax/swing/JFileChooser/FileSizeCheck.java

Reviewed-by: serb

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

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



More information about the client-libs-dev mailing list