RFR: 6777156: GTK L&F: JFileChooser shouldn't display /../../../.. in combobox and selection textarea. [v2]
Abhishek Kumar
duke at openjdk.org
Mon Sep 26 06:38:54 UTC 2022
On Fri, 23 Sep 2022 11:14:39 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Comment added and test case condotion update
>
> test/jdk/javax/swing/JFileChooser/TestFileChooserDirectorySelection.java line 71:
>
>> 69: passed = true;
>> 70: break;
>> 71: } else if (++i > 5) {
>
> Retries will be 4 right......? Since you are starting with 2 till 5......?
Updated the retries to be 5 and then break to avoid infinite loop.
-------------
PR: https://git.openjdk.org/jdk/pull/10390
More information about the client-libs-dev
mailing list